PresentationElementTypeDescriptor::GetComponentName Method ()

 

Gets the component name displayed in the property grid.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual String^ GetComponentName() override

Parameters

Return Value

Type: System::String^

Returns the component name of the represented model element, or an empty string if no represented model element / the represented model element does not have a name.

Return to top
Show: