Completion::Description Property

 

Gets a description that can be displayed together with the display text of the completion.

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

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

Property Value

Type: System::String^

The description.

Return to top
Show: