DataViewPropertyDescriptor Constructor (String)

Initializes a new instance of the DataViewPropertyDescriptor class with the property name.

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

Syntax

'宣言
Public Sub New ( _
    name As String _
)
'使用
Dim name As String

Dim instance As New DataViewPropertyDescriptor(name)
public DataViewPropertyDescriptor(
    string name
)
public:
DataViewPropertyDescriptor(
    String^ name
)
public function DataViewPropertyDescriptor(
    name : String
)

Parameters

Permissions

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Members

DataViewPropertyDescriptor Overload

Microsoft.VisualStudio.Data.Framework Namespace