NativeActivityMetadata.SetImportedDelegatesCollection メソッド

定義

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

public:
 void SetImportedDelegatesCollection(System::Collections::ObjectModel::Collection<System::Activities::ActivityDelegate ^> ^ importedDelegates);
public void SetImportedDelegatesCollection(System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate> importedDelegates);
member this.SetImportedDelegatesCollection : System.Collections.ObjectModel.Collection<System.Activities.ActivityDelegate> -> unit
Public Sub SetImportedDelegatesCollection (importedDelegates As Collection(Of ActivityDelegate))

パラメーター

importedDelegates
Collection<ActivityDelegate>

追加するデリゲート。

注釈

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

適用対象