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)

public:
Completion(
	String^ displayText
)

Parameters

displayText
Type: System::String^

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

Return to top
Show: