PresentationElementTypeDescriptor.GetClassName Method

Gets the class name displayed in the property grid.

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

Syntax

'Declaration
Public Overrides Function GetClassName As String
public override string GetClassName()
public:
virtual String^ GetClassName() override
abstract GetClassName : unit -> string  
override GetClassName : unit -> string
public override function GetClassName() : String

Return Value

Type: String

Implements

ICustomTypeDescriptor.GetClassName

.NET Framework Security

See Also

Reference

PresentationElementTypeDescriptor Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace