ListBindableAttribute Konstruktorok

Definíció

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

Túlterhelések

Name Description
ListBindableAttribute(Boolean)

Inicializálja az ListBindableAttribute osztály új példányát egy érték használatával, amely jelzi, hogy a lista köthető-e.

ListBindableAttribute(BindableSupport)

Inicializálja az ListBindableAttribute osztály BindableSupport új példányát annak jelzésével, hogy a lista kötésre alkalmas-e.

ListBindableAttribute(Boolean)

Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs

Inicializálja az ListBindableAttribute osztály új példányát egy érték használatával, amely jelzi, hogy a lista köthető-e.

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

Paraméterek

listBindable
Boolean

trueha a lista kötésre alkalmas; egyéb esetben. false

A következőre érvényes:

ListBindableAttribute(BindableSupport)

Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs
Forrás:
ListBindableAttribute.cs

Inicializálja az ListBindableAttribute osztály BindableSupport új példányát annak jelzésével, hogy a lista kötésre alkalmas-e.

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)

Paraméterek

flags
BindableSupport

Ez BindableSupport azt jelzi, hogy a lista köthető-e.

A következőre érvényes: