Share via


ActivityDesigner.InvokingDesigner Proprietà

Definizione

Ottiene o imposta la finestra di progettazione dell'attività che richiama l'attività associata all'ActivityDesigner corrente.

protected:
 virtual property System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ InvokingDesigner { System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ get(); void set(System::Workflow::ComponentModel::Design::CompositeActivityDesigner ^ value); };
protected virtual System.Workflow.ComponentModel.Design.CompositeActivityDesigner InvokingDesigner { get; set; }
member this.InvokingDesigner : System.Workflow.ComponentModel.Design.CompositeActivityDesigner with get, set
Protected Overridable Property InvokingDesigner As CompositeActivityDesigner

Valore della proprietà

CompositeActivityDesigner per richiamare l'ActivityDesigner corrente.

Eccezioni

Si è tentato di eseguire un'operazione di impostazione su InvokingDesigner.

Commenti

A meno che non venga sottoposta a override in una classe derivata, l'operazione get InvokingDesigner restituisce un riferimento null (Nothing in Visual Basic) mentre l'operazione set genera un'eccezione NotSupportedException.

Si applica a