ActivityCollection.ICollection<Activity>.Count 屬性

定義

取得 ICollection<T> 中所包含的項目數。

property int System::Collections::Generic::ICollection<System::Workflow::ComponentModel::Activity>::Count { int get(); };
int System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Count { get; }
member this.System.Collections.Generic.ICollection<System.Workflow.ComponentModel.Activity>.Count : int
 ReadOnly Property Count As Integer Implements ICollection(Of Activity).Count

屬性值

ICollection<T> 中所包含的項目數。

實作

適用於