Completion::DisplayText Property

 

Gets the text that is to be displayed by an IntelliSense presenter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property String^ DisplayText {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The display text.

Return to top
Show: