Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/flutter/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
.net Windows Phone 8.x上的IsNothing()函数_.net_Vb.net - Fatal编程技术网

.net Windows Phone 8.x上的IsNothing()函数

.net Windows Phone 8.x上的IsNothing()函数,.net,vb.net,.net,Vb.net,如果没有对象,那么VB.NET的等价物是什么?你的意思是 If obj Is Nothing Then 'Do something End If 更新:我想您希望将该表达式从vb.net pc应用程序转换为Silverlight/Win RT版本。如果是这样的话,我不得不说上面的代码在pc和Windows Phone上都可以使用。以下是对这个问题的回答:你的问题应该是:在XY语言中,什么等同于VB.NET的任意代码。Windows Phone 8.x不是一种语言!

如果没有对象,那么VB.NET的等价物是什么?

你的意思是

If obj Is Nothing Then
      'Do something
End If

更新:我想您希望将该表达式从vb.net pc应用程序转换为Silverlight/Win RT版本。如果是这样的话,我不得不说上面的代码在pc和Windows Phone上都可以使用。

以下是对这个问题的回答:你的问题应该是:在XY语言中,什么等同于VB.NET的任意代码。Windows Phone 8.x不是一种语言!