次の方法で共有


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

ICollection 内の未処理項目を格納している WorkflowQueue

適用対象