LookupBindingPropertiesAttribute Konstruktorok

Definíció

Inicializálja a LookupBindingPropertiesAttribute osztály új példányát.

Túlterhelések

Name Description
LookupBindingPropertiesAttribute()

Inicializálja az osztály új példányát LookupBindingPropertiesAttribute paraméterek nélkül.

LookupBindingPropertiesAttribute(String, String, String, String)

Inicializálja a LookupBindingPropertiesAttribute osztály új példányát.

LookupBindingPropertiesAttribute()

Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs

Inicializálja az osztály új példányát LookupBindingPropertiesAttribute paraméterek nélkül.

public:
 LookupBindingPropertiesAttribute();
public LookupBindingPropertiesAttribute();
Public Sub New ()

Megjegyzések

A paraméter nélküli konstruktor a DataSource, DisplayMember, ValueMemberés LookupMember a tulajdonságokat a következőre nullállítja be: .

Lásd még

A következőre érvényes:

LookupBindingPropertiesAttribute(String, String, String, String)

Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs
Forrás:
LookupBindingPropertiesAttribute.cs

Inicializálja a LookupBindingPropertiesAttribute osztály új példányát.

public:
 LookupBindingPropertiesAttribute(System::String ^ dataSource, System::String ^ displayMember, System::String ^ valueMember, System::String ^ lookupMember);
public LookupBindingPropertiesAttribute(string dataSource, string displayMember, string valueMember, string lookupMember);
new System.ComponentModel.LookupBindingPropertiesAttribute : string * string * string * string -> System.ComponentModel.LookupBindingPropertiesAttribute
Public Sub New (dataSource As String, displayMember As String, valueMember As String, lookupMember As String)

Paraméterek

dataSource
String

Az adatforrásként használandó tulajdonság neve.

displayMember
String

A megjelenítendő névhez használandó tulajdonság neve.

valueMember
String

Az értékek forrásaként használandó tulajdonság neve.

lookupMember
String

A keresésekhez használandó tulajdonság neve.

Megjegyzések

Ez a konstruktor minden nyilvános tulajdonságát a megfelelő megadott paraméterre állítja be; A tulajdonság például a DataSource következőre dataSourcevan állítva: .

Lásd még

A következőre érvényes: