PropertyHasType.GetType(DomainProperty) 方法

定义

获取类型。

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ GetType(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DomainType GetType (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetType : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainType
Public Shared Function GetType (element As DomainProperty) As DomainType

参数

element
DomainProperty

返回

DomainType
属性

适用于