PrincipalSearcher.GetUnderlyingSearcherType Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o tipo do objeto devolvido pelo GetUnderlyingSearcher() método.
public:
Type ^ GetUnderlyingSearcherType();
public Type GetUnderlyingSearcherType();
[System.Security.SecurityCritical]
public Type GetUnderlyingSearcherType();
member this.GetUnderlyingSearcherType : unit -> Type
[<System.Security.SecurityCritical>]
member this.GetUnderlyingSearcherType : unit -> Type
Public Function GetUnderlyingSearcherType () As Type
Devoluções
A Type que especifica o tipo de objeto devolvido pelo GetUnderlyingSearcher() método.
- Atributos
Exceções
A QueryFilter deve primeiro ser atribuído ao pesquisador principal antes de a consulta poder ser realizada.