DesignPropertyDescriptor::DisplayName Property

 

Gets the display name for this property.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Property Value

Type: System::String^

The display name.

Return to top
Show: