IWorkflowRootDesigner Interface
Definição
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Define o designer de invocação e as propriedades de filtros de mensagem, bem como o método que determina se uma atividade é compatível com todos os designers de raiz de fluxo de trabalho.Defines the invoking designer and message filters properties and the method that determines whether an activity is supported for all workflow root designers.
public interface class IWorkflowRootDesigner : IDisposable, System::ComponentModel::Design::IRootDesigner
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public interface IWorkflowRootDesigner : IDisposable, System.ComponentModel.Design.IRootDesigner
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type IWorkflowRootDesigner = interface
interface IRootDesigner
interface IDesigner
interface IDisposable
Public Interface IWorkflowRootDesigner
Implements IDisposable, IRootDesigner
- Derivado
- Atributos
- Implementações
Comentários
Observação
Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Todos os designers de raiz do fluxo de trabalho são do tipo ActivityDesigner ou herdam dele.All workflow root designers are either of type ActivityDesigner or inherit from it.
Propriedades
| Component |
Obtém o componente de base que este designer está criando.Gets the base component that this designer is designing. (Herdado de IDesigner) |
| InvokingDesigner |
Obtém ou define o CompositeActivityDesigner que solicitou a inicialização do designer raiz do fluxo de trabalho.Gets or sets the CompositeActivityDesigner that requested the workflow root designer to be initialized. |
| MessageFilters |
Obtém os filtros de mensagem associados ao designer raiz do fluxo de trabalho.Gets any message filters associated with the workflow root designer. |
| SupportedTechnologies |
Obtém o conjunto de tecnologias que podem ser compatíveis com esse designer para a exibição.Gets the set of technologies that this designer can support for its display. (Herdado de IRootDesigner) |
| SupportsLayoutPersistence |
Obtém o valor que indica se o designer raiz de fluxo de trabalho atual dá suporte à persistência de layout.Gets the value that indicates whether the actual workflow root designer supports the layout persistence. |
| Verbs |
Obtém uma coleção dos verbos em tempo de design compatíveis com o designer.Gets a collection of the design-time verbs supported by the designer. (Herdado de IDesigner) |
Métodos
| Dispose() |
Realiza tarefas definidas pelo aplicativo associadas à liberação ou à redefinição de recursos não gerenciados.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Herdado de IDisposable) |
| DoDefaultAction() |
Executa a ação padrão para este designer.Performs the default action for this designer. (Herdado de IDesigner) |
| GetView(ViewTechnology) |
Obtém um objeto de exibição para a tecnologia de exibição especificada.Gets a view object for the specified view technology. (Herdado de IRootDesigner) |
| Initialize(IComponent) |
Inicializa o designer com o componente especificado.Initializes the designer with the specified component. (Herdado de IDesigner) |
| IsSupportedActivityType(Type) |
Retorna um valor que indica se o tipo especificado é compatível no designer de fluxo de trabalho atual.Returns a value that indicates whether the specified type is supported on the current workflow designer. |