Partager via


DataViewPropertyDescriptor, constructeur (String, array<Attribute[])

Initialise une nouvelle instance de la classe d' DataViewPropertyDescriptor avec le nom de la propriété et un tableau d'attributs.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • name
    Type : String

    Nom de propriété.

  • attributes
    Type : array<Attribute[]

    Tableau contenant les attributs de propriété.

Sécurité .NET Framework

Voir aussi

Référence

DataViewPropertyDescriptor Classe

DataViewPropertyDescriptor, surcharge

Microsoft.VisualStudio.Data.Framework, espace de noms