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à

Oggetto CompositeActivityDesigner per richiamare l'ActivityDesigner corrente.

Eccezioni

È stata tentata un'operazione set su InvokingDesigner.

Commenti

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

Si applica a