WorkflowTheme.GetDesignerTheme(ActivityDesigner) Metodo

Definizione

Ottiene il tema per l'oggetto specificato ActivityDesigner.

public:
 System::Workflow::ComponentModel::Design::ActivityDesignerTheme ^ GetDesignerTheme(System::Workflow::ComponentModel::Design::ActivityDesigner ^ designer);
public System.Workflow.ComponentModel.Design.ActivityDesignerTheme GetDesignerTheme(System.Workflow.ComponentModel.Design.ActivityDesigner designer);
member this.GetDesignerTheme : System.Workflow.ComponentModel.Design.ActivityDesigner -> System.Workflow.ComponentModel.Design.ActivityDesignerTheme
Public Function GetDesignerTheme (designer As ActivityDesigner) As ActivityDesignerTheme

Parametri

designer
ActivityDesigner

ActivityDesigner da cui recuperare il tema.

Valori restituiti

Oggetto ActivityDesignerTheme associato all'oggetto specificato ActivityDesigner.

Commenti

Utilizzare GetDesignerTheme per recuperare il tema associato a un ActivityDesigner specificato.

Si applica a