IconDescription Class
Visual Studio 2015
Describes the icon to use for displaying items in statement completion.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | IconDescription(StandardGlyphGroup, StandardGlyphItem) | Initializes a new instance of an IconDescription from a group and an item within the group. |
| Name | Description | |
|---|---|---|
![]() | Group | Gets the StandardGlyphGroup of the icon to be displayed. |
![]() | Item | Gets the specific StandardGlyphItem within the icon group to be displayed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Provides a description of the specific icon.(Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


