次の方法で共有


ActivityStateQuery.Variables プロパティ

定義

このアクティビティ クエリに関連付けられている変数のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ Variables { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.Collection<string> Variables { get; }
member this.Variables : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property Variables As Collection(Of String)

プロパティ値

変数のコレクションです。

適用対象