Share via


PropertyExtension<TTargetElementType>.DisplayName Property

 

Gets the localized name that can be displayed in the Property window (default = this.Name).

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

public override string DisplayName { get; }
public:
property String^ DisplayName {
    virtual String^ get() override;
}
override DisplayName : string with get
Public Overrides ReadOnly Property DisplayName As String

Property Value

Type: System.String

See Also

PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top