SPSearchResultCollection 成员
此类及其成员仅供内部使用,不适合在您的代码中使用。
对于搜索,使用Microsoft.SharePoint.Search.Query.KeywordQuery类或FullTextSqlQuery类的Execute方法。
SPSearchResultCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 此成员仅供内部使用,不能直接在您的代码中使用。 (覆盖 SPBaseCollection.Count。) | |
Item | 此成员仅供内部使用,不能直接在您的代码中使用。 | |
NextPagePosition | 此成员仅供内部使用,不能直接在您的代码中使用。 |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
Finalize | (从 Object 继承。) | |
GetEnumerator | 获取要循环访问集合的枚举。 (从 SPBaseCollection 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetQuery | 此成员仅供内部使用,不能直接在您的代码中使用。. | |
GetType | (从 Object 继承。) | |
GetTypedEnumerator<T> | 返回以循环访问集合的类型安全枚举。 (从 SPBaseCollection 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
显式 接口 实现
名称 | 说明 | |
---|---|---|
ICollection.CopyTo | 将集合中的元素复制到的指定索引处开始的数组。 (从 SPBaseCollection 继承。) | |
ICollection.IsSynchronized | 获取一个布尔值,指示集合访问是同步还是线程安全。 (从 SPBaseCollection 继承。) | |
ICollection.SyncRoot | 获取用于同步到集合的对象。 (从 SPBaseCollection 继承。) |
页首