ActivityDesigner.DesignerActions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與組態錯誤相關聯的動作陣列。
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 的系統以程式設計的方式使用。