共用方式為


SPWorkItemCollection members

Include protected members
Include inherited members

SPWorkItem物件執行個體的集合。衍生自Microsoft.SharePoint.SPBaseCollection

The SPWorkItemCollection type exposes the following members.

Constructors

  Name Description
Public method SPWorkItemCollection(SPContentDatabase, Guid) 建立新的執行個體的SPWorkItemCollection ,指定內容資料庫,並提供唯一的識別項的集合中物件的工作項目型別。
Public method SPWorkItemCollection(SPSite, Guid) 具現化指定集合中的SPSite物件和物件的工作項目類型的 uniqe 識別項的SPWorkItemCollection的新執行個體。

Top

Properties

  Name Description
Public property ContentDatabase 取得內容的資料庫物件執行個體 (SPContentDatabase)。
Public property Count 取得集合中的SPWorkItem物件的數目。 (Overrides SPBaseCollection.Count.)
Public property Item[Guid] 取得集合中特定的SPWorkItem物件,使用全域唯一識別項 (GUID)。
Public property Item[Int32] 取得特定的SPWorkItem物件集合中由其索引至集合。
Public property ParentId 取得父實體的全域唯一識別項 (GUID)。
Public property ParentList 取得SPList物件,表示SPWorkItemCollection集合中物件的父清單。
Public property ParentWeb 取得SPWeb物件,表示在SPWorkItemCollection集合中,在父範圍層級的 Web 是的情況下的物件的父代。
Public property ProcessingBatchSize 取得或設定處理計時器工作分頁中的工作項目最大數目。
Public property ProcessingThrottle 取得或設定值,指定查詢的可執行的工作項目上指定可取得的工作流程執行個體的最大數目。
Public property WorkItemType 取得SPWorkItemCollection集合中指定的工作項目類型的全域唯一識別碼 (GUID)。將型別本身是使用者定義。

Top

Methods

  Name Description
Public method CompleteInProgressWorkItems 在成功處理工作項目集合標記為 「 完成 」 的進行中工作項目的清單。有的保留的工作項目,在工作項目表格中,但在狀態,讓它們不撿起GetRunnableWorkItems查詢所新增的效果。
Public method CopyTo 複製一個工作項目做為陣列到另一個工作項目集合的集合。
Public method DeleteInProgressWorkItems 在成功處理工作項目集合標示為 「 完成 」 的進行中工作項目的清單,從處理佇列中刪除的工作項目。
Public method DeleteWorkItem 從處理佇列中刪除單一指定的工作項目。
Public methodStatic member DoesUserHaveWorkItems 檢查是否指定的使用者有任何指定的任何工作項目工作項目類型。
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator 取得列舉值來逐一查看集合。 (Inherited from SPBaseCollection.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.)
Public methodStatic member GetWorkItemCount 傳回從指定的內容資料庫的工作項目指定的工作項目類型的數目,而不擷取任何實際的工作項目。
Protected method MemberwiseClone (Inherited from Object.)
Public method RevertInProgressWorkItem 標記尚未完成,但也不會處理程序中的工作項目。傳回工作項目到未處理的狀態,以便在後續的引動過程的RunnableWorkItems查詢挑選的效果。
Public method RevertInProgressWorkItems 標記同處理序工作尚未完成,但也不會處理的項目集合。有未處理的狀態傳回整個集合,因此在後續的引動過程的RunnableWorkItems查詢挑選的效果。
Public method SubCollection 傳回從個別網站的SPWorkItemCollection執行個體 (做為子集合),同時逐一查看所有的站台從站台特定的子集合組成完整的工作項目集合。
Public method ToString (Inherited from Object.)
Public method UpdateWorkItem 可讓您變更,例如交付日期、 二進位的內容或在指定的工作項目上的文字內容。

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo 陣列,指定的陣列索引處開始複製集合的項目。 (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized 取得布林值,這個值,指出對集合的存取是否同步處理或安全執行緒。 (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot 取得用於同步化存取集合的物件。 (Inherited from SPBaseCollection.)

Top

請參閱

參照

SPWorkItemCollection class

Microsoft.SharePoint namespace