ActivityDesigner.MessageFilters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a read-only collection of message filters that are associated with the activity designer.
protected:
virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::WorkflowDesignerMessageFilter ^> ^ MessageFilters { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::WorkflowDesignerMessageFilter ^> ^ get(); };
protected virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter> MessageFilters { get; }
member this.MessageFilters : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.WorkflowDesignerMessageFilter>
Protected Overridable ReadOnly Property MessageFilters As ReadOnlyCollection(Of WorkflowDesignerMessageFilter)
Property Value
A WorkflowDesignerMessageFilter read-only collection that includes all standard message filters to associate with the activity designer.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.