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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.