IVsUserContextCustomize::GetLimitKeywordSource Method (Int32)
Visual Studio 2015
Gets the limits of how keywords are searched for context help.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pLimKwdSrc
-
Type:
System::Int32
[out] A _LIMITTOPICSOURCE enumeration that specifies the limits.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From context.idl:
HRESULT IVsUserContextCustomize::GetLimitKeywordSource( [out, retval] LONG *pLimKwdSrc );
Show: