CodeGenerationUtilities.GetPropertyKind(PropertyKind) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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