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
Тип: StringThe text that is to be displayed by an IntelliSense presenter.
insertionText
Тип: StringThe text that is to be inserted into the buffer if this completion is committed.
description
Тип: StringA description that could be displayed with the display text of the completion.
iconSource
Тип: ImageSourceThe icon to describe the completion item.
iconAutomationText
Тип: StringThe automation name for the icon.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.Language.Intellisense - пространство имен