共用方式為


ActivityStateQuery.States 屬性

定義

取得追蹤記錄應發出之已訂閱活動的狀態。

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

屬性值

狀態集合。

備註

有效狀態為:

  • 執行中

  • 封閉式

  • 已取消

  • 發生錯誤

適用於