Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Friend Overridable Function GetCategory ( _
propertyDescriptor As ElementPropertyDescriptor _
) As String
'使用
Dim propertyDescriptor As ElementPropertyDescriptor
Dim returnValue As String
returnValue = Me.GetCategory(propertyDescriptor)
protected internal virtual string GetCategory(
ElementPropertyDescriptor propertyDescriptor
)
protected public:
virtual String^ GetCategory(
ElementPropertyDescriptor^ propertyDescriptor
)
protected internal function GetCategory(
propertyDescriptor : ElementPropertyDescriptor
) : String
Parameters
- propertyDescriptor
Type: Microsoft.VisualStudio.Modeling.Design.ElementPropertyDescriptor
Return Value
Type: System.String
Permissions
- 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.