IWorkflowRootDesigner::MessageFilters Property

 

Gets any message filters associated with the workflow root designer.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

property ReadOnlyCollection<WorkflowDesignerMessageFilter^>^ MessageFilters {
	ReadOnlyCollection<WorkflowDesignerMessageFilter^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<WorkflowDesignerMessageFilter^>^

A WorkflowDesignerMessageFilter read-only collection that contains any message filters associated with the workflow root designer.

.NET Framework
Available since 3.0
Return to top
Show: