ExtensionMethods.IsNullImage(ImageMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.