ImageLibrary.GetImageMonikerType(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 whether the ImageMoniker was added as a custom image, loaded from manifest, or neither, meaning we don't have an image with that moniker.
public:
System::UInt32 GetImageMonikerType(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker);
unsigned int GetImageMonikerType(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker);
public uint GetImageMonikerType (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker);
member this.GetImageMonikerType : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> uint32
Public Function GetImageMonikerType (moniker As ImageMoniker) As UInteger
Parameters
- moniker
- ImageMoniker
ImageMoniker to test.
Returns
Interop._ImageMonikerType of IMT_Custom, IMT_LoadedFromManifest, or IMT_Unknown.