Completion3 Class

Visual Studio 2015
 

Completion3 uses ImageMonikers instead of ImageSources to reference icons.

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


[CLSCompliantAttribute(false)]
public class Completion3 : Completion2

NameDescription
System_CAPS_pubmethodCompletion3()

Initializes a new instance of < Completion3.

System_CAPS_pubmethodCompletion3(String, String, String, ImageMoniker, String)

Initializes a new instance of < Completion3 with the specified text and description.

<param name="displayText"> </param> /// <param name="insertionText"> </param> /// <param name="description"> </param> /// <param name="iconMoniker"> </param> /// <param name="iconAutomationText"> </param>

System_CAPS_pubmethodCompletion3(String, String, String, ImageMoniker, String, IEnumerable<CompletionIcon2>)

Initializes a new instance of Completion3 with the specified text, description, and icon. /// </summary> /// <param name="displayText"> </param> /// <param name="insertionText"> </param> /// <param name="description"> </param> /// <param name="iconMoniker"> </param> /// <param name="iconAutomationText"> </param> /// <param name="attributeIcons"> </param>

NameDescription
System_CAPS_pubpropertyAttributeIcons

(Inherited from Completion2.)

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_pubpropertyIconMoniker

Gets or sets the moniker used to define a multi-resolution image.

System_CAPS_pubpropertyIconSource

This property is not supported by Completion3 and will always return null. To get the current icon use IconMoniker.(Overrides Completion.IconSource.)

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

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: