ElementTypeDescriptor::GetClassName Method ()

 

Returns the name of the class this descriptor represents.

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

public:
virtual String^ GetClassName() override

Parameters

Return Value

Type: System::String^

The DisplayName of the DomainClass being described if one has been specified. Otherwise returns the base class default value.

Return to top
Show: