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)

public:
property String^ DisplayName {
	virtual String^ get() override;
}

Property Value

Type: System::String^

Return to top
Show: