Freigeben über


DataViewPropertyDescriptor-Konstruktor (String, array<Attribute[])

Initialisiert eine neue Instanz der DataViewPropertyDescriptor-Klasse mit dem Eigenschaftennamen und einem Array Attributen.

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[]
)

Parameter

  • name
    Typ: String

    Der Eigenschaftenname.

  • attributes
    Typ: array<Attribute[]

    Ein Array, das die Eigenschaftenattribute enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataViewPropertyDescriptor Klasse

DataViewPropertyDescriptor-Überladung

Microsoft.VisualStudio.Data.Framework-Namespace