CompositeActivity.EnabledActivities プロパティ

定義

Activities のうち有効なものだけを集めた、読み取り専用のコレクションを取得します。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ EnabledActivities { System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Activity ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity> EnabledActivities { get; }
[<System.ComponentModel.Browsable(false)>]
member this.EnabledActivities : System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Activity>
Public ReadOnly Property EnabledActivities As ReadOnlyCollection(Of Activity)

プロパティ値

Activities のうち有効なものだけを集めた、読み取り専用のコレクション。

属性

適用対象