Sdílet prostřednictvím


DataViewPropertyDescriptor – konstruktor (String, array<Attribute )

Inicializuje novou instanci DataViewPropertyDescriptor třídu s názvem vlastnosti a pole atributů.

Obor názvů:  Microsoft.VisualStudio.Data.Framework
Sestavení:  Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

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

Parametry

  • attributes
    Typ: array<System.Attribute[]
    Pole obsahující atributy vlastností.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DataViewPropertyDescriptor Třída

DataViewPropertyDescriptor – přetížení

Microsoft.VisualStudio.Data.Framework – obor názvů