DataViewPropertyDescriptor Constructor (PropertyDescriptor)

Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object.

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

Syntax

'宣告
Public Sub New ( _
    baseDescriptor As PropertyDescriptor _
)
public DataViewPropertyDescriptor(
    PropertyDescriptor baseDescriptor
)
public:
DataViewPropertyDescriptor(
    PropertyDescriptor^ baseDescriptor
)
new : 
        baseDescriptor:PropertyDescriptor -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    baseDescriptor : PropertyDescriptor
)

Parameters

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Overload

Microsoft.VisualStudio.Data.Framework Namespace