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项的数量。 然后,在循环访问项时,可以使用此值,并且需要提供大量迭代来执行循环。

适用于