SPListItemCollection.EndLoadData 方法

Allows normal operations on the collection to resume after loading data.

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub EndLoadData
用法
Dim instance As SPListItemCollection

instance.EndLoadData()
public void EndLoadData()

备注

This method clears the data loading flag to resume normal operations on the collection, and marks the parent list as modified.

Use this EndLoadData method in conjunction with the BeginLoadData() method to prevent operations on the collection to take place before loading data into the collection.

另请参阅

引用

SPListItemCollection 类

SPListItemCollection 成员

Microsoft.SharePoint 命名空间