次の方法で共有


ListBox.IntegerCollection.Count プロパティ

定義

ListBox 内で選択されている項目の数を取得します。

public:
 property int Count { int get(); };
[System.ComponentModel.Browsable(false)]
public int Count { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

Int32

ListBox 内で選択されている項目の数。

実装

属性

注釈

このプロパティを Count 使用して、選択した項目の数を ListBox.IntegerCollection決定します。 その後、項目をループする際にこの値を使用でき、ループを実行するために反復回数を指定する必要があります。

適用対象