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)

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

Property Value

Type: System::String^

The display name.

Return to top
Show: