ListBindableAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ListBindableAttribute-Klasse.
Überlädt
ListBindableAttribute(Boolean) |
Initialisiert eine neue Instanz der ListBindableAttribute-Klasse, wobei durch einen Wert angegeben wird, ob die Liste bindbar ist. |
ListBindableAttribute(BindableSupport) |
Initialisiert eine neue Instanz der ListBindableAttribute-Klasse, wobei BindableSupport angibt, ob die Liste bindbar ist. |
ListBindableAttribute(Boolean)
- Quelle:
- ListBindableAttribute.cs
- Quelle:
- ListBindableAttribute.cs
- Quelle:
- ListBindableAttribute.cs
Initialisiert eine neue Instanz der ListBindableAttribute-Klasse, wobei durch einen Wert angegeben wird, ob die Liste bindbar ist.
public:
ListBindableAttribute(bool listBindable);
public ListBindableAttribute (bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)
Parameter
- listBindable
- Boolean
true
, wenn die Liste bindbar ist, andernfalls false
.
Gilt für:
ListBindableAttribute(BindableSupport)
- Quelle:
- ListBindableAttribute.cs
- Quelle:
- ListBindableAttribute.cs
- Quelle:
- ListBindableAttribute.cs
Initialisiert eine neue Instanz der ListBindableAttribute-Klasse, wobei BindableSupport angibt, ob die Liste bindbar ist.
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)
Parameter
- flags
- BindableSupport
Ein BindableSupport, der angibt, ob die Liste bindbar ist.