ActivityDesigner.DesignerActions 屬性

定義

取得與設定錯誤相關的動作陣列。

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)

屬性值

一個只讀陣列 DesignerAction

備註

此方法回傳一個唯讀的組列,包含與設定錯誤相關的動作。 此清單包含所有可呈現給終端使用者或由主機系統 ActivityDesigner以程式化方式使用的所有活動設定與驗證錯誤。

適用於