Freigeben über


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

Initialisiert eine neue Instanz der DataViewPropertyDescriptor-Klasse mit dem Eigenschaftdeskriptorobjekt und des Arrays Attribute.

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

Parameter

  • baseDescriptor
    Typ: PropertyDescriptor

    Ein PropertyDescriptor-Objekt, das einen niedrigen Deskriptor darstellt.

  • newAttributes
    Typ: array<Attribute[]

    Ein Array Eigenschaftenattribute.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataViewPropertyDescriptor Klasse

DataViewPropertyDescriptor-Überladung

Microsoft.VisualStudio.Data.Framework-Namespace