DesignerTheme.ContainingTheme 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 le thème de workflow qui encapsule le thème de concepteur.
protected:
property System::Workflow::ComponentModel::Design::WorkflowTheme ^ ContainingTheme { System::Workflow::ComponentModel::Design::WorkflowTheme ^ get(); };
[System.ComponentModel.Browsable(false)]
protected System.Workflow.ComponentModel.Design.WorkflowTheme ContainingTheme { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContainingTheme : System.Workflow.ComponentModel.Design.WorkflowTheme
Protected ReadOnly Property ContainingTheme As WorkflowTheme
Valeur de propriété
Objet WorkflowTheme associé au DesignerTheme.
- Attributs
Remarques
La propriété ContainingTheme retourne l'objet WorkflowTheme que le DesignerTheme a utilisé pendant l'initialisation.