ExtensionMethods.IsNullImage(ImageMoniker) Method

Definition

Returns true if the ImageMoniker represents a null image, otherwise 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

Parameters

moniker
ImageMoniker

The moniker to test.

Returns

True if the ImageMoniker is a null image, otherwise false.

Applies to