Share via


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 中的未使用項目。

適用於