CompletionIcon Class

 

Represents an icon used in the completion.

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

System.Object
  Microsoft.VisualStudio.Language.Intellisense.CompletionIcon
    Microsoft.VisualStudio.Language.Intellisense.CompletionIcon2

public class CompletionIcon : IComparable<CompletionIcon>

NameDescription
System_CAPS_pubmethodCompletionIcon()

Initializes a new instance of CompletionIcon.

System_CAPS_pubmethodCompletionIcon(ImageSource, String, String, Int32)

Initializes a new instance of CompletionIcon.

NameDescription
System_CAPS_pubpropertyAutomationId

Gets or sets the automation ID.

System_CAPS_pubpropertyAutomationName

Gets or sets the automation name.

System_CAPS_pubpropertyIconSource

Gets or sets the icon source.

System_CAPS_pubpropertyPosition

Gets or sets the position.

NameDescription
System_CAPS_pubmethodCompareTo(CompletionIcon)

Compares the icon to another completion icon.

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()

(Inherited from Object.)

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: