_ImageMonikerType Enumeration

Visual Studio 2015
 

Describes the type of the image moniker.

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

public enum class _ImageMonikerType

Member nameDescription
IMT_Custom

The moniker was created as a result of a custom image being added.

IMT_LoadedFromManifest

The moniker was loaded from a manifest.

IMT_System

IMT_Unknown

The moniker is invalid or stale.

Return to top
Show: