CompletionIcon2 Class

Visual Studio 2015
 

CompletionIcon2 uses ImageMonikers instead of mageSources to reference icons.

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

[CLSCompliantAttribute(false)]
public class CompletionIcon2 : CompletionIcon

NameDescription
System_CAPS_pubmethodCompletionIcon2()

Initializes a new instance of < CompletionIcon2.

System_CAPS_pubmethodCompletionIcon2(ImageMoniker, String, String, Int32)

Initializes a new instance of CompletionIcon2 with the given image, automation values, and position.

NameDescription
System_CAPS_pubpropertyAutomationId

Gets or sets the automation ID.(Inherited from CompletionIcon.)

System_CAPS_pubpropertyAutomationName

Gets or sets the automation name.(Inherited from CompletionIcon.)

System_CAPS_pubpropertyIconMoniker

System_CAPS_pubpropertyIconSource
System_CAPS_pubpropertyPosition

Gets or sets the position.(Inherited from CompletionIcon.)

NameDescription
System_CAPS_pubmethodCompareTo(CompletionIcon)

Compares the icon to another completion icon.(Inherited from CompletionIcon.)

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: