Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


ListBindableAttribute Constructors

Definition

Initializes a new instance of the ListBindableAttribute class.

Overloads

ListBindableAttribute(Boolean)

Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.

ListBindableAttribute(BindableSupport)

Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.

ListBindableAttribute(Boolean)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs

Initializes a new instance of the ListBindableAttribute class using a value to indicate whether the list is bindable.

C#
public ListBindableAttribute(bool listBindable);

Parameters

listBindable
Boolean

true if the list is bindable; otherwise, false.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

ListBindableAttribute(BindableSupport)

Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs
Source:
ListBindableAttribute.cs

Initializes a new instance of the ListBindableAttribute class using BindableSupport to indicate whether the list is bindable.

C#
public ListBindableAttribute(System.ComponentModel.BindableSupport flags);

Parameters

flags
BindableSupport

A BindableSupport that indicates whether the list is bindable.

Applies to

.NET 10 és más verziók
Termék Verziók
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1