WorkflowTheme.GetDesignerTheme(ActivityDesigner) Método

Definición

Obtiene el tema del objeto especificado 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

Parámetros

designer
ActivityDesigner

Diseñador de actividades desde el que se va a recuperar el tema.

Devoluciones

ActivityDesignerTheme asociado al objeto especificadoActivityDesigner.

Comentarios

Use GetDesignerTheme para recuperar el tema asociado a un diseñador de actividad especificado.

Se aplica a