CompletionSet::GetImageList Method (IntPtr)
Visual Studio 2015
Returns the image list to use for the glyphs in the completion list.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- phImages
-
Type:
System::IntPtr
[out] Returns the handle to an image list.
Implements
IVsCompletionSet::GetImageList(IntPtr)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.
Show: