IVsImageService2::GetImageMonikerForFile Method (String^)

Visual Studio 2015
 

Gets the image moniker for the specified file.

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

ImageMoniker GetImageMonikerForFile(
	String^ filename
)

Parameters

filename
Type: System::String^

The file name.

Return Value

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

The image moniker.

Return to top
Show: