ImageIdExtensions.ToImageId(ImageMoniker) Methode

Definition

Übersetzt ein ImageMoniker in eine ImageId .

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Core::Imaging::ImageId ToImageId(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker imageMoniker);
public static Microsoft.VisualStudio.Core.Imaging.ImageId ToImageId (this Microsoft.VisualStudio.Imaging.Interop.ImageMoniker imageMoniker);
static member ToImageId : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker -> Microsoft.VisualStudio.Core.Imaging.ImageId
<Extension()>
Public Function ToImageId (imageMoniker As ImageMoniker) As ImageId

Parameter

imageMoniker
ImageMoniker

Ein Bild, das übersetzt werden soll.

Gibt zurück

ImageId

Der ImageId, der diesem ImageId entspricht.

Gilt für