ListBindableAttribute Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
true
je-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ý.