Bagikan melalui


Completion2 Constructor (String, String, String, ImageSource, String, IEnumerable<CompletionIcon>)

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

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

Syntax

'Declaration
Public Sub New ( _
    displayText As String, _
    insertionText As String, _
    description As String, _
    iconSource As ImageSource, _
    iconAutomationText As String, _
    attributeIcons As IEnumerable(Of CompletionIcon) _
)
public Completion2(
    string displayText,
    string insertionText,
    string description,
    ImageSource iconSource,
    string iconAutomationText,
    IEnumerable<CompletionIcon> attributeIcons
)
public:
Completion2(
    String^ displayText, 
    String^ insertionText, 
    String^ description, 
    ImageSource^ iconSource, 
    String^ iconAutomationText, 
    IEnumerable<CompletionIcon^>^ attributeIcons
)
new : 
        displayText:string * 
        insertionText:string * 
        description:string * 
        iconSource:ImageSource * 
        iconAutomationText:string * 
        attributeIcons:IEnumerable<CompletionIcon> -> Completion2
public function Completion2(
    displayText : String, 
    insertionText : String, 
    description : String, 
    iconSource : ImageSource, 
    iconAutomationText : String, 
    attributeIcons : IEnumerable<CompletionIcon>
)

Parameters

  • displayText
    Type: String

    The text that is to be displayed by an IntelliSense presenter.

  • insertionText
    Type: String

    The text that is to be inserted into the buffer if this completion is committed.

  • description
    Type: String

    A description that could be displayed with the display text of the completion.

  • iconSource
    Type: ImageSource

    The icon to describe the completion item.

  • iconAutomationText
    Type: String

    The automation name for the icon.

  • attributeIcons
    Type: IEnumerable<CompletionIcon>

    Additional icons shown to the right of the DisplayText.

.NET Framework Security

See Also

Reference

Completion2 Class

Completion2 Overload

Microsoft.VisualStudio.Language.Intellisense Namespace