ListBindableAttribute Konstruktory

Definice

Inicializuje novou instanci ListBindableAttribute třídy.

Přetížení

Name Description
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 indikuje, zda je seznam vázán.

ListBindableAttribute(Boolean)

Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs
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
Zdroj:
ListBindableAttribute.cs
Zdroj:
ListBindableAttribute.cs

Inicializuje novou instanci ListBindableAttribute třídy pomocí BindableSupport indikuje, zda je seznam vázán.

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

Hodnota označující BindableSupport , jestli je seznam vázán.

Platí pro