WorkflowTheme.GetDesignerTheme(ActivityDesigner) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o tema para o 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
O designer de atividade do qual recuperar o tema.
Retornos
O ActivityDesignerTheme associado ao ActivityDesigner especificado.
Comentários
Use GetDesignerTheme para recuperar o tema associado a um designer de atividade especificado.