ActivityCollection.Remove(Activity) メソッド

定義

呼び出しで指定されたアクティビティを ICollectionから削除します。

public:
 bool Remove(System::Workflow::ComponentModel::Activity ^ item);
public bool Remove(System.Workflow.ComponentModel.Activity item);
override this.Remove : System.Workflow.ComponentModel.Activity -> bool
Public Function Remove (item As Activity) As Boolean

パラメーター

item
Activity

ICollectionから削除するアクティビティ。

返品

true 操作が成功した場合。それ以外の場合は false

実装

注釈

この ICollection はタイプ セーフです。 項目が Activity型でない場合、実行時例外が発生します。

適用対象