Share via


IconDescription.Group Property

Gets the StandardGlyphGroup of the icon to be displayed.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public ReadOnly Property Group As StandardGlyphGroup
public StandardGlyphGroup Group { get; }
public:
property StandardGlyphGroup Group {
    StandardGlyphGroup get ();
}
member Group : StandardGlyphGroup with get
function get Group () : StandardGlyphGroup

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.StandardGlyphGroup
The StandardGlyphGroup of the icon.

.NET Framework Security

See Also

Reference

IconDescription Class

Microsoft.VisualStudio.Language.Intellisense Namespace