ListBindableAttribute コンストラクター

定義

ListBindableAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

ListBindableAttribute(Boolean)

リストが連結可能かどうかを示す値を指定して、ListBindableAttribute クラスの新しいインスタンスを初期化します。

ListBindableAttribute(BindableSupport)

リストが連結可能かどうかを示す ListBindableAttribute を指定して、BindableSupport クラスの新しいインスタンスを初期化します。

ListBindableAttribute(Boolean)

リストが連結可能かどうかを示す値を指定して、ListBindableAttribute クラスの新しいインスタンスを初期化します。

public:
 ListBindableAttribute(bool listBindable);
public ListBindableAttribute (bool listBindable);
new System.ComponentModel.ListBindableAttribute : bool -> System.ComponentModel.ListBindableAttribute
Public Sub New (listBindable As Boolean)

パラメーター

listBindable
Boolean

リストが連結可能である場合は true。それ以外の場合は false

適用対象

ListBindableAttribute(BindableSupport)

リストが連結可能かどうかを示す ListBindableAttribute を指定して、BindableSupport クラスの新しいインスタンスを初期化します。

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)

パラメーター

flags
BindableSupport

リストが連結可能かどうかを示す BindableSupport

適用対象