WorkflowTheme.GetDesignerTheme(ActivityDesigner) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.