Share via


IconDescription.Item Property

Gets the specific StandardGlyphItem within the icon group to be displayed.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.StandardGlyphItem
The specific StandardGlyphItem.

.NET Framework Security

See Also

Reference

IconDescription Class

Microsoft.VisualStudio.Language.Intellisense Namespace