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をホストしているシステムによってプログラムで使用したりできるアクティビティの構成と検証のエラーがすべて含まれています。

適用対象