共用方式為


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)

屬性值

引數的集合。

適用於