IVsImageService2::GetImageMonikerForName Method (String^)

Visual Studio 2015
 

Returns the moniker for a named image from IVsImageService.Add().

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

ImageMoniker GetImageMonikerForName(
	String^ imageName
)

Parameters

imageName
Type: System::String^

The name of the image.

Return Value

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

The image moniker.

Return to top
Show: