IconDescription Class

 

Describes the icon to use for displaying items in statement completion.

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

System::Object
  Microsoft.VisualStudio.Language.Intellisense::IconDescription

public ref class IconDescription 

NameDescription
System_CAPS_pubmethodIconDescription(StandardGlyphGroup, StandardGlyphItem)

Initializes a new instance of an IconDescription from a group and an item within the group.

NameDescription
System_CAPS_pubpropertyGroup

Gets the StandardGlyphGroup of the icon to be displayed.

System_CAPS_pubpropertyItem

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

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: