WorkflowTheme.GetDesignerTheme(ActivityDesigner) Metodo

Definizione

Ottiene il tema per l'oggetto ActivityDesigner specificato.

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 dal quale recuperare il tema.

Restituisce

Oggetto ActivityDesignerTheme associato all'oggetto ActivityDesigner specificato.

Commenti

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

Si applica a