WorkflowQueueInfo.Items 屬性

定義

會取得工作流程佇列中未被消耗的項目集合。

public:
 property System::Collections::ICollection ^ Items { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection Items { get; }
member this.Items : System.Collections.ICollection
Public ReadOnly Property Items As ICollection

屬性值

一個 ICollection 包含未消耗項目的 WorkflowQueue

適用於