IVsImageService2.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.
Determines whether an image is custom (registered at runtime), loaded from the manifest, or unknown (in which case the ImageMoniker is invalid or stale)
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);
abstract member GetImageMonikerType : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> uint32
Public Function GetImageMonikerType (moniker As ImageMoniker) As UInteger
Parameters
- moniker
- ImageMoniker
The moniker.
Returns
The type.