ListBindableAttribute Konstruktory

Definice

Inicializuje novou instanci ListBindableAttribute třídy .

Přetížení

ListBindableAttribute(Boolean)

Inicializuje novou instanci ListBindableAttribute třídy pomocí hodnoty označující, zda je seznam vázán.

ListBindableAttribute(BindableSupport)

Inicializuje novou instanci ListBindableAttribute třídy pomocí BindableSupport k určení, zda je seznam vázat.

ListBindableAttribute(Boolean)

Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs

Inicializuje novou instanci ListBindableAttribute třídy pomocí hodnoty označující, zda je seznam vázán.

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

trueje-li seznam vázán; v opačném případě . false

Platí pro

ListBindableAttribute(BindableSupport)

Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs

Inicializuje novou instanci ListBindableAttribute třídy pomocí BindableSupport k určení, zda je seznam vázat.

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

A BindableSupport označující, jestli je seznam vázatelný.

Platí pro