ModelItemCollection.Count 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合中的項目計數。
public:
abstract property int Count { int get(); };
public abstract int Count { get; }
member this.Count : int
Public MustOverride ReadOnly Property Count As Integer
屬性值
集合中的專案計數。
實作
備註
會話期間不會更新此值 EditingContext 。 如果在會話中將物件加入至 ModelItemCollection ,則在 Count 會話結束之前,將不會更新此值。