ImageLibrary.GetImageMonikerType(ImageMoniker) Метод

Определение

Возвращает значение, указывающее, была ли Имажемоникер добавлена в качестве пользовательского образа, загружена из манифеста или ни одного из них, что означает, что у нас нет образа с этим моникером.

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

Параметры

moniker
ImageMoniker

Имажемоникер для тестирования.

Возвращаемое значение

UInt32

Interop._ImageMonikerType IMT_Custom, IMT_LoadedFromManifest или IMT_Unknown.

Применяется к