NativeActivityMetadata.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 하는 것과 같습니다.

적용 대상