ModelItemCollection.Count 屬性

定義

傳回集合中的項目計數。

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

屬性值

Int32

集合中的專案計數。

實作

備註

會話期間不會更新此值 EditingContext 。 如果在會話中將物件加入至 ModelItemCollection ,則在 Count 會話結束之前,將不會更新此值。

適用於