Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.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: System.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.