CompletionSet::GetImageList Method (IntPtr)

 

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

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int GetImageList(
	[OutAttribute] IntPtr% phImages
)

Parameters

phImages
Type: System::IntPtr

[out] Returns the handle to an image list.

Return Value

Type: System::Int32

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

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.

Return to top
Show: