IVsCompletionSet3.GetContextImageList(IntPtr) Method

Definition

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

public:
 int GetContextImageList([Runtime::InteropServices::Out] IntPtr % phImageList);
public int GetContextImageList (out IntPtr phImageList);
abstract member GetContextImageList : nativeint -> int
Public Function GetContextImageList (ByRef phImageList As IntPtr) As Integer

Parameters

phImageList
IntPtr

nativeint

[out] The list of context images.

Returns

The HRESULT.

Applies to