IRepeatInfoUser.RepeatedItemCount 属性

定义

获取列表控件中的项数。

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

属性值

列表控件中的项数。

注解

继承自 IRepeatInfoUser 接口的列表控件必须实现 RepeatedItemCount 属性以指示控件中的项数。

适用于

另请参阅