CompletionSet.GetImageList(IntPtr) Method

Definition

Returns the image list to use for the glyphs in the completion list.

public:
 virtual int GetImageList([Runtime::InteropServices::Out] IntPtr % phImages);
public virtual int GetImageList (out IntPtr phImages);
abstract member GetImageList : nativeint -> int
override this.GetImageList : nativeint -> int
Public Overridable Function GetImageList (ByRef phImages As IntPtr) As Integer

Parameters

phImages
IntPtr

nativeint

[out] Returns the handle to an image list.

Returns

If successful, returns S_OK; otherwise, returns an error code.

Implements

Remarks

This method is an implementation of the GetImageList method on the IVsCompletionSet interface.

The base method returns the handle of the image list that was passed to the CompletionSet class constructor. The base method always returns a success code of S_OK.

Applies to