DataViewPropertyDescriptor Constructor (String, array<Attribute )

Initializes a new instance of the DataViewPropertyDescriptor class with the property name 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 ( _
    name As String, _
    ParamArray attributes As Attribute() _
)
public DataViewPropertyDescriptor(
    string name,
    params Attribute[] attributes
)
public:
DataViewPropertyDescriptor(
    String^ name, 
    ... array<Attribute^>^ attributes
)
new : 
        name:string * 
        attributes:Attribute[] -> DataViewPropertyDescriptor
public function DataViewPropertyDescriptor(
    name : String, 
    ... attributes : Attribute[]
)

Parameters

  • attributes
    Type: array<System.Attribute[]

    An array containing the property attributes.

.NET Framework Security

See Also

Reference

DataViewPropertyDescriptor Class

DataViewPropertyDescriptor Overload

Microsoft.VisualStudio.Data.Framework Namespace