IVsUserContextItemProvider::LookupEnabled Method (Int32)

 

Determines whether lookup is enabled.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int LookupEnabled(
	[OutAttribute] int% pfLookupEnabled
)

Parameters

pfLookupEnabled
Type: System::Int32

[out] True if lookup is enabled, otherwise false.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From context.idl:

HRESULT IVsUserContextItemProvider::LookupEnabled(
   [out] BOOL *pfLookupEnabled
);
Return to top
Show: