IVsImageService2.GetImage(ImageMoniker, ImageAttributes) Метод

Определение

Возвращает изображение с указанным моникером и атрибутами.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsUIObject ^ GetImage(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker, Microsoft::VisualStudio::Imaging::Interop::ImageAttributes attributes);
Microsoft::VisualStudio::Shell::Interop::IVsUIObject GetImage(Microsoft::VisualStudio::Imaging::Interop::ImageMoniker moniker, Microsoft::VisualStudio::Imaging::Interop::ImageAttributes attributes);
public Microsoft.VisualStudio.Shell.Interop.IVsUIObject GetImage (Microsoft.VisualStudio.Imaging.Interop.ImageMoniker moniker, Microsoft.VisualStudio.Imaging.Interop.ImageAttributes attributes);
abstract member GetImage : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker * Microsoft.VisualStudio.Imaging.Interop.ImageAttributes -> Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Public Function GetImage (moniker As ImageMoniker, attributes As ImageAttributes) As IVsUIObject

Параметры

moniker
ImageMoniker

Моникер для изображения.

attributes
ImageAttributes

Атрибуты изображения.

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

IVsUIObject

Образ.

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