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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.