CodeGenerationUtilities.GetPropertyKind Method

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

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

Syntax

'Declaration
Public Shared Function GetPropertyKind ( _
    propertyKind As PropertyKind _
) As String
public static string GetPropertyKind(
    PropertyKind propertyKind
)
public:
static String^ GetPropertyKind(
    PropertyKind propertyKind
)
static member GetPropertyKind : 
        propertyKind:PropertyKind -> string
public static function GetPropertyKind(
    propertyKind : PropertyKind
) : String

Parameters

Return Value

Type: String

.NET Framework Security

See Also

Reference

CodeGenerationUtilities Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace