_CommandBarComboBox.ListCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列表中的项数。
public:
property int ListCount { int get(); };
public:
property int ListCount { int get(); };
[System.Runtime.InteropServices.DispId(1610940424)]
public int ListCount { [System.Runtime.InteropServices.DispId(1610940424)] get; }
[<System.Runtime.InteropServices.DispId(1610940424)>]
[<get: System.Runtime.InteropServices.DispId(1610940424)>]
member this.ListCount : int
Public ReadOnly Property ListCount As Integer
属性值
列表中的项数。
- 属性