WorkflowTheme.GetDesignerTheme(ActivityDesigner) Método

Definición

Obtiene el tema para el ActivityDesigner especificado.

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

El diseñador de actividad del que recuperar el tema.

Devoluciones

ActivityDesignerTheme asociado al ActivityDesigner especificado.

Comentarios

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

Se aplica a