Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Overridable Property DisplayName As String
public virtual string DisplayName { get; set; }
public:
virtual property String^ DisplayName {
String^ get ();
void set (String^ value);
}
abstract DisplayName : string with get, set
override DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)
Property Value
Type: System.String
The localized name of this completion set.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.