次の方法で共有


ActivityStateQuery.Arguments プロパティ

定義

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

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

プロパティ値

引数のコレクション。

適用対象