IVsUserContextItemProvider.LookupEnabled(Int32) Método

Definição

Determina se a pesquisa está habilitada.

public:
 int LookupEnabled([Runtime::InteropServices::Out] int % pfLookupEnabled);
int LookupEnabled([Runtime::InteropServices::Out] int & pfLookupEnabled);
public int LookupEnabled (out int pfLookupEnabled);
abstract member LookupEnabled : int -> int
Public Function LookupEnabled (ByRef pfLookupEnabled As Integer) As Integer

Parâmetros

pfLookupEnabled
Int32

fora True se a pesquisa estiver habilitada; caso contrário, false.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De Context. idl:

HRESULT IVsUserContextItemProvider::LookupEnabled(  
   [out] BOOL *pfLookupEnabled  
);  

Aplica-se a