Completion Constructor (String)
Initializes a new instance of Completion with the specified display text.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Sub New ( _
displayText As String _
)
public Completion(
string displayText
)
public:
Completion(
String^ displayText
)
new :
displayText:string -> Completion
public function Completion(
displayText : String
)
Parameters
displayText
Type: System.StringThe text that is to be displayed by an IntelliSense presenter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.