Completion 构造函数 (String)

初始化 Completion 新实例使用指定的显示文本。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
Public Sub New ( _
    displayText As String _
)
public Completion(
    string displayText
)
public:
Completion(
    String^ displayText
)
new : 
        displayText:string -> Completion
public function Completion(
    displayText : String
)

参数

  • displayText
    类型:String

    IntelliSense 呈现器要显示的文本。

.NET Framework 安全性

请参阅

参考

Completion 类

Completion 重载

Microsoft.VisualStudio.Language.Intellisense 命名空间