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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.