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

適用対象