ListBindableAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ListBindableAttribute.

Przeciążenia

ListBindableAttribute(Boolean)

Inicjuje ListBindableAttribute nowe wystąpienie klasy przy użyciu wartości, aby wskazać, czy lista jest powiązana.

ListBindableAttribute(BindableSupport)

Inicjuje ListBindableAttribute nowe wystąpienie klasy przy użyciu polecenia BindableSupport , aby wskazać, czy lista jest powiązana.

ListBindableAttribute(Boolean)

Źródło:
ListBindableAttribute.cs
Źródło:
ListBindableAttribute.cs
Źródło:
ListBindableAttribute.cs

Inicjuje ListBindableAttribute nowe wystąpienie klasy przy użyciu wartości, aby wskazać, czy lista jest powiązana.

public:
 ListBindableAttribute(bool listBindable);
public ListBindableAttribute (bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)

Parametry

listBindable
Boolean

true jeśli lista jest powiązana; w przeciwnym razie , false.

Dotyczy

ListBindableAttribute(BindableSupport)

Źródło:
ListBindableAttribute.cs
Źródło:
ListBindableAttribute.cs
Źródło:
ListBindableAttribute.cs

Inicjuje ListBindableAttribute nowe wystąpienie klasy przy użyciu polecenia BindableSupport , aby wskazać, czy lista jest powiązana.

public:
 ListBindableAttribute(System::ComponentModel::BindableSupport flags);
public ListBindableAttribute (System.ComponentModel.BindableSupport flags);
new System.ComponentModel.ListBindableAttribute : System.ComponentModel.BindableSupport -> System.ComponentModel.ListBindableAttribute
Public Sub New (flags As BindableSupport)

Parametry

flags
BindableSupport

Element BindableSupport wskazujący, czy lista jest powiązana.

Dotyczy