Share via


CodeGenerationUtilities.GetPropertyKind(PropertyKind) Method

Definition

Returns the string for the kind of the kind of the property for the DomainPropertyAttribute constructor.

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

Parameters

propertyKind
PropertyKind

Returns

Applies to