ExtensionMethods.IsNullImage(ImageMoniker) 方法

定义

如果 ImageMoniker 表示空图像,则返回 true; 否则返回 false。

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsNullImage(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker);
public static bool IsNullImage (this Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker);
static member IsNullImage : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> bool
<Extension()>
Public Function IsNullImage (moniker As ImageMoniker) As Boolean

参数

moniker
ImageMoniker

要测试的名字对象。

返回

Boolean

如果 ImageMoniker 为空图像,则为 True; 否则为 false。

适用于