ActivityDesigner.InvokingDesigner Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le concepteur de l'activité qui appelle l'activité associée au concepteur d'activité actuel.
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
Valeur de propriété
Le CompositeActivityDesigner pour appeler le concepteur d'activités actuel.
Exceptions
Une opération de définition a été tentée sur InvokingDesigner.
Remarques
À moins d'être substitué dans une classe dérivée, l'opération d'obtention InvokingDesigner retourne une référence null (Nothing
en Visual Basic) et l'opération de définition lève une NotSupportedException.