CodeGenerationUtilities.GetPropertyKind(PropertyKind) 方法

定义

返回 DomainPropertyAttribute 构造函数的属性的类型的字符串。

public:
 static System::String ^ GetPropertyKind(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyKind propertyKind);
public static string GetPropertyKind (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyKind propertyKind);
static member GetPropertyKind : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyKind -> string
Public Shared Function GetPropertyKind (propertyKind As PropertyKind) As String

参数

propertyKind
PropertyKind

返回

String

适用于