SPSearchResultCollection members
Include protected members
Include inherited members
Esta classe e seus membros estăo reservados para uso interno e năo devem ser usados em seu código.
Para Search, use o método Execute da classe Microsoft.SharePoint.Search.Query.KeywordQuery ou a classe FullTextSqlQuery .
The SPSearchResultCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | This member is reserved for internal use and is not intended to be used directly from your code. (Overrides SPBaseCollection.Count.) | |
Item | This member is reserved for internal use and is not intended to be used directly from your code. | |
NextPagePosition | This member is reserved for internal use and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Obtém um enumerador para iterar através da coleção. (Inherited from SPBaseCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetQuery | This member is reserved for internal use and is not intended to be used directly from your code.. | |
GetType | (Inherited from Object.) | |
GetTypedEnumerator<T> | Retorna um enumerador de tipo seguro para fazer uma iteração através da coleção. (Inherited from SPBaseCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | Copia os elementos da coleção para uma matriz, iniciando no índice de matriz especificada. (Inherited from SPBaseCollection.) | |
ICollection.IsSynchronized | Obtém um valor booleano que indica se o acesso à coleção é sincronizado ou thread-safe. (Inherited from SPBaseCollection.) | |
ICollection.SyncRoot | Obtém um objeto que é usado para sincronizar o acesso à coleção. (Inherited from SPBaseCollection.) |
Top