IVsImageService2::GetImageMonikerType Method (ImageMoniker)

Visual Studio 2015
 

Determines whether an image is custom (registered at runtime), loaded from the manifest, or unknown (in which case the ImageMoniker is invalid or stale)

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

unsigned int GetImageMonikerType(
	ImageMoniker moniker
)

Parameters

moniker
Type: Microsoft.VisualStudio.Imaging.Interop::ImageMoniker

The moniker.

Return Value

Type: System::UInt32

The type.

Return to top
Show: