UIElementCollection.Capacity 属性

定义

获取或设置 UIElementCollection 可包含的元素数。

public:
 virtual property int Capacity { int get(); void set(int value); };
public virtual int Capacity { get; set; }
member this.Capacity : int with get, set
Public Overridable Property Capacity As Integer

属性值

Int32

集合可包含的元素总数。

适用于