WorkflowDesignerMessageFilter.ParentView Propriedade
Definição
Obtém a WorkflowView que está associada ao WorkflowDesignerMessageFilter.Gets the WorkflowView that is associated with the WorkflowDesignerMessageFilter.
protected:
property System::Workflow::ComponentModel::Design::WorkflowView ^ ParentView { System::Workflow::ComponentModel::Design::WorkflowView ^ get(); };
protected System.Workflow.ComponentModel.Design.WorkflowView ParentView { get; }
member this.ParentView : System.Workflow.ComponentModel.Design.WorkflowView
Protected ReadOnly Property ParentView As WorkflowView
Valor da propriedade
O WorkflowView associado ao WorkflowDesignerMessageFilter.The WorkflowView associated with the WorkflowDesignerMessageFilter.
Comentários
Um filtro de mensagem responde a eventos em um WorkflowView .A message filter responds to events in a WorkflowView. O filtro de mensagem está associado a um WorkflowView usando AddDesignerMessageFilter .The message filter is associated with a WorkflowView using AddDesignerMessageFilter. Quando ocorre um evento no WorkflowView , ele passa a mensagem para o WorkflowDesignerMessageFilter a ser manipulado.When an event occurs in the WorkflowView it passes the message on to the WorkflowDesignerMessageFilter to be handled.