共用方式為


SPListItemCollection members

Include protected members
Include inherited members

表示SPListItem物件的集合。

The SPListItemCollection type exposes the following members.

Properties

  Name Description
Public property Count 取得在集合中,排除資料夾的清單項目的數目。 (Overrides SPBaseCollection.Count.)
Public property Fields 傳回集合,包含查詢傳回的所有欄位。
Public property Item[Guid] 從集合中取得具有指定之 GUID 的項目物件。
Public property Item[Int32] 取得集合指定索引處的清單項目。
Public property List 取得集合的父清單。
Public property ListItemCollectionPosition 取得用來取得下一個資料列集的分頁檢視的清單中的物件。
Public property NumberOfFields 取得集合中的表示的欄位數目。
Public property QueryFieldNames 取得查詢的欄位名稱的集合。
Public property SourceQuery 取得擷取目前的清單項目集合的查詢。
Public property Xml 取得 XMLDATA 格式集合中的所有資料。
Public property XmlDataSchema 取得定義Xml屬性所傳回的 XML 結構描述。
Protected property XMLUseAllProperties 取得布林值,這個值,指出是否序列化集合的擴充的屬性。

Top

Methods

  Name Description
Public method Add() 建立項目,但需要實際將項目加到清單的SPListItem.Update方法。
Public method Add(String, SPFileSystemObjectType) 建立會使用指定的資料夾 URL 和物件型別,但需要SPListItem.Update方法,以實際將項目加入清單中的項目。
Public method Add(String, SPFileSystemObjectType, String) 建立使用指定的資料夾 URL、 物件類型和分葉名稱,但需要SPListItem.Update方法,以實際將項目加入清單中的項目。
Public method BeginLoadData 防止更新初、 增添和載入資料時的集合上的其他作業。
Public method Delete 刪除集合中的指定索引處的項目。
Public method DeleteItemById 從集合中刪除具有指定的整數 ID 的項目。
Public method EndLoadData 允許繼續載入資料後的集合上的正常作業。
Protected method EnsureListItemsData 檢查項目資料,並如有必要,更新資料,以確保它是最新。
Protected method EnsureListScopeData 檢查項目範圍資料,並如有必要,更新,以確保使用最新的資料。
Protected method EnsureListScopeDict 檢查項目範圍的字典,並如有必要,更新,以確保使用最新的資料。
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDataTable 傳回作為資料表的清單項目集合。
Public method GetEnumerator 傳回逐一查看集合的列舉值。 (Overrides SPBaseCollection.GetEnumerator().)
Public method GetHashCode (Inherited from Object.)
Public method GetItemById 從集合中傳回具有指定的整數 ID 的項目。
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> 傳回逐一查看集合的型別安全列舉值。 (Inherited from SPBaseCollection.)
Protected method Init 初始化指定的清單、 查詢和檢視。
Protected method ListScopeXmlHelper 傳回範圍的集合的 XML。
Protected method MemberwiseClone (Inherited from Object.)
Public method ReorderItems 重新排列清單中的項目。
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_iRowCount 此成員是保留給內部使用,而不是用來直接從您的程式碼使用

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

請參閱

參照

SPListItemCollection class

Microsoft.SharePoint namespace