DomainClassInfo.GetName Method

Gets the name of the element.

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

Syntax

'宣言
Public Shared Function GetName ( _
    element As ModelElement _
) As String
'使用
Dim element As ModelElement
Dim returnValue As String

returnValue = DomainClassInfo.GetName(element)
public static string GetName(
    ModelElement element
)
public:
static String^ GetName(
    ModelElement^ element
)
public static function GetName(
    element : ModelElement
) : String

Parameters

Return Value

Type: System.String

The name of the element.

Permissions

See Also

Reference

DomainClassInfo Class

DomainClassInfo Members

Microsoft.VisualStudio.Modeling Namespace