DisplayNameAttribute.DisplayName Property
Gets the display name of an editor component part.
Namespace: Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.CoreUtility (in Microsoft.VisualStudio.CoreUtility.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
public string DisplayName { get; }
public:
property String^ DisplayName {
String^ get ();
}
member DisplayName : string with get
function get DisplayName () : String
Property Value
Type: System.String
The display name.
.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.