Compartilhar via


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
Public property Count This member is reserved for internal use and is not intended to be used directly from your code. (Overrides SPBaseCollection.Count.)
Public property Item This member is reserved for internal use and is not intended to be used directly from your code.
Public property NextPagePosition This member is reserved for internal use and is not intended to be used directly from your code.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Obtém um enumerador para iterar através da coleção. (Inherited from SPBaseCollection.)
Public method GetHashCode (Inherited from Object.)
Public methodStatic member GetQuery This member is reserved for internal use and is not intended to be used directly from your code..
Public method GetType (Inherited from Object.)
Public method GetTypedEnumerator<T> Retorna um enumerador de tipo seguro para fazer uma iteração através da coleção. (Inherited from SPBaseCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo Copia os elementos da coleção para uma matriz, iniciando no índice de matriz especificada. (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized Obtém um valor booleano que indica se o acesso à coleção é sincronizado ou thread-safe. (Inherited from SPBaseCollection.)
Explicit interface implemetationPrivate property ICollection.SyncRoot Obtém um objeto que é usado para sincronizar o acesso à coleção. (Inherited from SPBaseCollection.)

Top

Ver também

Referência

SPSearchResultCollection class

Microsoft.SharePoint namespace