CompletionSet::DisplayName Property

 

Gets or sets the localized name of this completion set.

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

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

Property Value

Type: System::String^

The localized name of this completion set.

In the default presenter, the display name appears as the header of a tab item in the WPF tab control. For example, in Visual Basic projects, the completion window has two tabs named Common and All.

Return to top
Show: