ActivityMetadata.AddImportedDelegate Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge il delegato specificato all'elenco dei metadati di delegati importati.
Overload
AddImportedDelegate(ActivityDelegate) |
Aggiunge il delegato specificato all'elenco dei metadati di delegati importati. |
AddImportedDelegate(ActivityDelegate, Object) |
Aggiunge il delegato specificato all'elenco dei metadati di delegati importati. |
AddImportedDelegate(ActivityDelegate)
Aggiunge il delegato specificato all'elenco dei metadati di delegati importati.
public:
void AddImportedDelegate(System::Activities::ActivityDelegate ^ importedDelegate);
public void AddImportedDelegate (System.Activities.ActivityDelegate importedDelegate);
member this.AddImportedDelegate : System.Activities.ActivityDelegate -> unit
Public Sub AddImportedDelegate (importedDelegate As ActivityDelegate)
Parametri
- importedDelegate
- ActivityDelegate
Delegato da aggiungere.
Commenti
Un ActivityDelegate importato è un ActivityDelegate che l'attività padre non richiama direttamente. Piuttosto, quindi l'attività padre usa questo ActivityDelegate per configurare qualsiasi altra attività figlio.
Si applica a
AddImportedDelegate(ActivityDelegate, Object)
Aggiunge il delegato specificato all'elenco dei metadati di delegati importati.
public:
void AddImportedDelegate(System::Activities::ActivityDelegate ^ importedDelegate, System::Object ^ origin);
public void AddImportedDelegate (System.Activities.ActivityDelegate importedDelegate, object origin);
member this.AddImportedDelegate : System.Activities.ActivityDelegate * obj -> unit
Public Sub AddImportedDelegate (importedDelegate As ActivityDelegate, origin As Object)
Parametri
- importedDelegate
- ActivityDelegate
Delegato da aggiungere.
- origin
- Object
Origine.