ActivityDesigner.IWorkflowRootDesigner.InvokingDesigner Proprietà
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.
Ottiene o imposta l'oggetto CompositeActivityDesigner che ha richiesto l'inizializzazione dell'ActivityDesigner.
property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ System::Workflow::ComponentModel::Design::IWorkflowRootDesigner::InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };
System.Workflow.ComponentModel.Design.CompositeActivityDesigner System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.InvokingDesigner { get; set; }
member this.System.Workflow.ComponentModel.Design.IWorkflowRootDesigner.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, set
Property InvokingDesigner As CompositeActivityDesigner Implements IWorkflowRootDesigner.InvokingDesigner
Valore della proprietà
CompositeActivityDesigner che ha richiesto l'inizializzazione dell'ActivityDesigner.
Implementazioni
Commenti
Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza ActivityDesigner a un'interfaccia IWorkflowRootDesigner.