IVsImageService2::GetImage Method (ImageMoniker, ImageAttributes)

Visual Studio 2015
 

Gets the image with the specified moniker and attributes.

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

IVsUIObject^ GetImage(
	ImageMoniker moniker,
	ImageAttributes attributes
)

Parameters

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

The moniker for the image.

attributes
Type: Microsoft.VisualStudio.Imaging.Interop::ImageAttributes

The attributes of the image.

Return to top
Show: