DropDownMember::Glyph Property

 

Gets or sets the image index to associate with the entry's text.

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

public:
property int Glyph {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The image index.

For more information about the images, see Implementing a Language Service (Managed Package Framework) The section entitled "The Default Image List for a Language Service" provides a list of standard icons and their names.

Return to top
Show: