DataViewPropertyDescriptor Constructor (PropertyDescriptor, array<Attribute )

Initializes a new instance of the DataViewPropertyDescriptor class with the property descriptor object and an array of attributes.

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

Syntax

'Declaration
Public Sub New ( _
    baseDescriptor As PropertyDescriptor, _
    ParamArray newAttributes As Attribute() _
)
public DataViewPropertyDescriptor(
    PropertyDescriptor baseDescriptor,
    params Attribute[] newAttributes
)
public:
DataViewPropertyDescriptor(
    PropertyDescriptor^ baseDescriptor, 
    ... array<Attribute^>^ newAttributes
)
new : 
        baseDescriptor:PropertyDescriptor * 
        newAttributes:Attribute[] -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    baseDescriptor : PropertyDescriptor, 
    ... newAttributes : Attribute[]
)

Parameters

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Overload

Microsoft.VisualStudio.Data.Framework Namespace