Поделиться через


Completion2 - конструктор (String, String, String, ImageSource, String)

Initializes a new instance of Completion2.

Пространство имен:  Microsoft.VisualStudio.Language.Intellisense
Сборка:  Microsoft.VisualStudio.Language.Intellisense (в Microsoft.VisualStudio.Language.Intellisense.dll)

Синтаксис

'Декларация
Public Sub New ( _
    displayText As String, _
    insertionText As String, _
    description As String, _
    iconSource As ImageSource, _
    iconAutomationText As String _
)
public Completion2(
    string displayText,
    string insertionText,
    string description,
    ImageSource iconSource,
    string iconAutomationText
)
public:
Completion2(
    String^ displayText, 
    String^ insertionText, 
    String^ description, 
    ImageSource^ iconSource, 
    String^ iconAutomationText
)
new : 
        displayText:string * 
        insertionText:string * 
        description:string * 
        iconSource:ImageSource * 
        iconAutomationText:string -> Completion2
public function Completion2(
    displayText : String, 
    insertionText : String, 
    description : String, 
    iconSource : ImageSource, 
    iconAutomationText : String
)

Параметры

  • displayText
    Тип: String

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

  • insertionText
    Тип: String

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

  • description
    Тип: String

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

  • iconSource
    Тип: ImageSource

    The icon to describe the completion item.

  • iconAutomationText
    Тип: String

    The automation name for the icon.

Безопасность платформы .NET Framework

См. также

Ссылки

Completion2 Класс

Completion2 - перегрузка

Microsoft.VisualStudio.Language.Intellisense - пространство имен