ActivityCollection.IndexOf(Activity) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 Activity 在 ICollection 中的索引。
public:
int IndexOf(System::Workflow::ComponentModel::Activity ^ item);
public int IndexOf (System.Workflow.ComponentModel.Activity item);
override this.IndexOf : System.Workflow.ComponentModel.Activity -> int
Public Function IndexOf (item As Activity) As Integer
參數
- item
- Activity
取得索引的活動。
傳回
Activity 中之 ICollection 的索引。 否則為 -1 (如果 Activity 不在 ICollection 中)。
實作
備註
這個集合為型別安全。 如果項目不是 Activity 型別,將會引發執行階段例外狀況。