ElementTypeDescriptor.GetDescription Method

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

Syntax

'宣言
Protected Friend Overridable Function GetDescription ( _
    propertyDescriptor As ElementPropertyDescriptor _
) As String
'使用
Dim propertyDescriptor As ElementPropertyDescriptor
Dim returnValue As String

returnValue = Me.GetDescription(propertyDescriptor)
protected internal virtual string GetDescription(
    ElementPropertyDescriptor propertyDescriptor
)
protected public:
virtual String^ GetDescription(
    ElementPropertyDescriptor^ propertyDescriptor
)
protected internal function GetDescription(
    propertyDescriptor : ElementPropertyDescriptor
) : String

Parameters

Return Value

Type: System.String

Permissions

See Also

Reference

ElementTypeDescriptor Class

ElementTypeDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace