ActivityDesigner.DesignerActions Property

Definition

Gets the array of actions associated with configuration errors.

protected public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerAction ^> ^ DesignerActions { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::DesignerAction ^> ^ get(); };
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerAction> DesignerActions { get; }
member this.DesignerActions : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.DesignerAction>
Protected Friend Overridable ReadOnly Property DesignerActions As ReadOnlyCollection(Of DesignerAction)

Property Value

A read-only array of DesignerAction.

Remarks

This method returns a read-only array of actions associated with configuration errors. This list contains all configuration and validation errors for the Activity which can be presented to the end-user or used programmatically by the system hosting the ActivityDesigner.

Applies to