DataViewPropertyDescriptor.Description Property

Gets the description from the DescriptionAttribute of the current property descriptor.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'宣言
Public Overrides ReadOnly Property Description As String
'使用
Dim instance As DataViewPropertyDescriptor
Dim value As String

value = instance.Description
public override string Description { get; }
public:
virtual property String^ Description {
    String^ get () override;
}
public override function get Description () : String

Property Value

Type: System.String

A string value representing the description of the current property descriptor.

Permissions

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

Microsoft.VisualStudio.Data.Framework Namespace