次の方法で共有


ListBox.IntegerCollection(ListBox) コンストラクター

定義

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

public:
 IntegerCollection(System::Windows::Forms::ListBox ^ owner);
public IntegerCollection (System.Windows.Forms.ListBox owner);
new System.Windows.Forms.ListBox.IntegerCollection : System.Windows.Forms.ListBox -> System.Windows.Forms.ListBox.IntegerCollection
Public Sub New (owner As ListBox)

パラメーター

owner
ListBox

コレクションを所有している ListBox

例外

.NET 5 以降: owner です null

注釈

クラスのインスタンスは、コントロールに ListBox.IntegerCollection 関連付け ListBox なければ作成できません。

適用対象