IVsCompletionSet3::GetContextIcon Method (Int32, Int32)

Visual Studio 2015
 

Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

int GetContextIcon(
	int iIndex,
	[OutAttribute] int% piGlyph
)

Parameters

iIndex
Type: System::Int32

The icon index.

piGlyph
Type: System::Int32

[out] The image index

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: