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
- propertyKind
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyKind
Return Value
Type: String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.