Declarations::GetGlyph Method (Int32)
Visual Studio 2015
When implemented in a derived class, gets the image to show next to the specified item.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- index
-
Type:
System::Int32
[in] The index of the item for which to get the image index.
The image to be shown typically indicates a type for the associated item. For example, an image could indicate the item is a method, a variable, or an event handler.
The image index is used on the image list that was supplied to the CompletionSet object and typically is the same image list that is returned from the GetImageList method in the LanguageService class.
Show: