ActivityMetadata.SetImportedChildrenCollection メソッド

定義

指定されたコレクションをアクティビティのインポート済み子アクティビティとして追加します。

public:
 void SetImportedChildrenCollection(System::Collections::ObjectModel::Collection<System::Activities::Activity ^> ^ importedChildren);
public void SetImportedChildrenCollection (System.Collections.ObjectModel.Collection<System.Activities.Activity> importedChildren);
member this.SetImportedChildrenCollection : System.Collections.ObjectModel.Collection<System.Activities.Activity> -> unit
Public Sub SetImportedChildrenCollection (importedChildren As Collection(Of Activity))

パラメーター

importedChildren
Collection<Activity>

追加するアクティビティ。

注釈

これは、コレクション内の各項目について AddImportedChild を呼び出すことと同等です。

適用対象