SPListItemCollection 成员

Represents a collection of SPListItem objects.

SPListItemCollection 类型公开以下成员。

属性

  名称 说明
公共属性 Count Gets the number of list items in the collection, excluding folders. (覆盖 SPBaseCollection.Count。)
公共属性 Fields Returns a collection that contains all the fields that the query returned.
公共属性 Item[Guid] Gets the item object with the specified GUID from the collection.
公共属性 Item[Int32] Gets the list item at the specified index in the collection.
公共属性 List Gets the parent list of the collection.
公共属性 ListItemCollectionPosition Gets an object that is used to obtain the next set of rows in a paged view of a list.
公共属性 NumberOfFields Gets the number of fields that are represented in the collection.
公共属性 QueryFieldNames Gets a collection of query field names.
公共属性 SourceQuery Gets the query that retrieved the current collection of list items.
公共属性 Xml Gets all the data in the collection in XMLDATA format.
公共属性 XmlDataSchema Gets the schema that defines the XML that is returned by the Xml property.
受保护的属性 XMLUseAllProperties Gets a Boolean value that indicates whether the extended properties of the collection are serialized.

页首

方法

  名称 说明
公共方法 Add() Creates an item but requires the SPListItem.Update method to actually add the item to the list.
公共方法 Add(String, SPFileSystemObjectType) Creates an item that uses the specified folder URL and object type but requires the SPListItem.Update method to actually add the item to the list.
公共方法 Add(String, SPFileSystemObjectType, String) Creates an item that uses the specified folder URL, object type, and leaf name but requires the SPListItem.Update method to actually add the item to the list.
公共方法 BeginLoadData Prevents updates, additions, and other operations on the collection while loading data.
公共方法 Delete Deletes the item at the specified index in the collection.
公共方法 DeleteItemById Deletes the item with the specified integer ID from the collection.
公共方法 EndLoadData Allows normal operations on the collection to resume after loading data.
受保护的方法 EnsureListItemsData Checks data for the items and, if necessary, updates the data to ensure it is current.
受保护的方法 EnsureListScopeData Checks scope data for the items and, if necessary, updates it to ensure that the most current data is used.
受保护的方法 EnsureListScopeDict Checks the scope dictionary for the items and, if necessary, updates it to ensure that the most current data is used.
公共方法 Equals (从 Object 继承。)
受保护的方法 Finalize (从 Object 继承。)
公共方法 GetDataTable Returns the collection of list items as a data table.
公共方法 GetEnumerator Returns an enumerator to iterate through the collection. (覆盖 SPBaseCollection.GetEnumerator()。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetItemById Returns the item with the specified integer ID from the collection.
公共方法 GetType (从 Object 继承。)
公共方法 GetTypedEnumerator<T> 返回以循环访问集合的类型安全枚举。 (从 SPBaseCollection 继承。)
受保护的方法 Init Initializes the specified list, query, and view.
受保护的方法 ListScopeXmlHelper Returns the scope XML of the collection.
受保护的方法 MemberwiseClone (从 Object 继承。)
公共方法 ReorderItems Reorders the items in the list.
公共方法 ToString (从 Object 继承。)

页首

  名称 说明
受保护的域 m_iRowCount 此成员仅供内部使用,不能直接在您的代码中使用。

页首

显式 接口 实现

  名称 说明
显式接口实现私有方法 ICollection.CopyTo 将集合中的元素复制到的指定索引处开始的数组。 (从 SPBaseCollection 继承。)
显式接口实现私有属性 ICollection.IsSynchronized 获取一个布尔值,指示集合访问是同步还是线程安全。 (从 SPBaseCollection 继承。)
显式接口实现私有属性 ICollection.SyncRoot 获取用于同步到集合的对象。 (从 SPBaseCollection 继承。)

页首

另请参阅

引用

SPListItemCollection 类

Microsoft.SharePoint 命名空间