CompletionSet::DisplayName Property
Visual Studio 2015
Gets or sets the localized name of this completion set.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
public: property String^ DisplayName { virtual String^ get(); virtual void set(String^ value); }
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.
Show: