Completion2 Class

 

Adds an additional context icon to the completion.

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


public class Completion2 : Completion

NameDescription
System_CAPS_pubmethodCompletion2()

Initializes a new instance of Completion2.

System_CAPS_pubmethodCompletion2(String, String, String, ImageSource, String)

Initializes a new instance of Completion2.

System_CAPS_pubmethodCompletion2(String, String, String, ImageSource, String, IEnumerable<CompletionIcon>)

Initializes a new instance of Completion2 with the specified text and icon.

NameDescription
System_CAPS_pubpropertyAttributeIcons

System_CAPS_pubpropertyDescription

Gets a description that can be displayed together with the display text of the completion.(Inherited from Completion.)

System_CAPS_pubpropertyDisplayText

Gets the text that is to be displayed by an IntelliSense presenter.(Inherited from Completion.)

System_CAPS_pubpropertyIconAutomationText

Gets or sets the text to be used as the automation name for the icon when it is displayed.(Inherited from Completion.)

System_CAPS_pubpropertyIconSource

Gets or sets an icon that could be used to describe the completion.(Inherited from Completion.)

System_CAPS_pubpropertyInsertionText

Gets the text that is to be inserted into the buffer if this completion is committed.(Inherited from Completion.)

System_CAPS_pubpropertyProperties

Gets the properties of the completion.(Inherited from Completion.)

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

(Inherited from Object.)

Introduced in Visual Studio 2013 Update 2. To reference the correct assembly version, see Referencing Assemblies Delivered in the Visual Studio 2013 SDK Update 2.

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: