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
- name
Typ: System.String
Název vlastnosti.
- attributes
Typ: array<System.Attribute[]
Pole obsahující atributy vlastností.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
DataViewPropertyDescriptor Třída