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 的系統以程式設計的方式使用。

適用於