CompletionIcon Class
Visual Studio 2015
Represents an icon used in the completion.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
System.Object
Microsoft.VisualStudio.Language.Intellisense.CompletionIcon
Microsoft.VisualStudio.Language.Intellisense.CompletionIcon2
Microsoft.VisualStudio.Language.Intellisense.CompletionIcon
Microsoft.VisualStudio.Language.Intellisense.CompletionIcon2
| Name | Description | |
|---|---|---|
![]() | CompletionIcon() | Initializes a new instance of CompletionIcon. |
![]() | CompletionIcon(ImageSource, String, String, Int32) | Initializes a new instance of CompletionIcon. |
| Name | Description | |
|---|---|---|
![]() | AutomationId | Gets or sets the automation ID. |
![]() | AutomationName | Gets or sets the automation name. |
![]() | IconSource | Gets or sets the icon source. |
![]() | Position | Gets or sets the position. |
| Name | Description | |
|---|---|---|
![]() | CompareTo(CompletionIcon) | Compares the icon to another completion icon. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:


