IVsUserContextItemProvider::LookupEnabled Method (Int32)
Visual Studio 2015
Determines whether lookup is enabled.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfLookupEnabled
-
Type:
System::Int32
[out] True if lookup is enabled, otherwise false.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From context.idl:
HRESULT IVsUserContextItemProvider::LookupEnabled( [out] BOOL *pfLookupEnabled );
Show: