StateMachine.Variables プロパティ

定義

StateMachine スコープ内で使用できる変数のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Activities::Variable ^> ^ Variables { System::Collections::ObjectModel::Collection<System::Activities::Variable ^> ^ get(); };
[System.Windows.Markup.DependsOn("States")]
public System.Collections.ObjectModel.Collection<System.Activities.Variable> Variables { get; }
[<System.Windows.Markup.DependsOn("States")>]
member this.Variables : System.Collections.ObjectModel.Collection<System.Activities.Variable>
Public ReadOnly Property Variables As Collection(Of Variable)

プロパティ値

Collection<T> を返します。

属性

適用対象