IVsCompletionSet3::GetContextImageList Method (IntPtr)

Visual Studio 2015
 

Gets the list of context images supported by this completion set.

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

int GetContextImageList(
	[OutAttribute] IntPtr% phImageList
)

Parameters

phImageList
Type: System::IntPtr

[out] The list of context images.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: