WorkflowTheme.GetDesignerTheme(ActivityDesigner) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o tema para o 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
O designer da atividade de onde se pode retirar o tema.
Devoluções
O ActivityDesignerTheme associado ao especificado ActivityDesigner.
Observações
Use GetDesignerTheme para recuperar o tema associado a um determinado designer de jogos.