ListBox.SelectedObjectCollection.Count プロパティ

定義

コレクション内の項目の数を取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

コレクション内の項目数。

実装

注釈

このプロパティを使用すると、 で選択した項目の数を ListBox決定できます。 その後、コレクションの値をループ処理するときにこの値を使用できます。ループを実行するには、多数のイテレーションを指定する必要があります。 の プロパティListBoxSelectionMode または SelectionMode.MultiExtendedSelectionMode.MultiSimple設定されていない限り、このプロパティは、選択した項目があるかどうかに応じて、常にゼロ (0) または 1 (1) の値を返します。

適用対象