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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.