IVsUserContextCustomize.GetLimitKeywordSource(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the limits of how keywords are searched for context help.
public:
int GetLimitKeywordSource([Runtime::InteropServices::Out] int % pLimKwdSrc);
int GetLimitKeywordSource([Runtime::InteropServices::Out] int & pLimKwdSrc);
public int GetLimitKeywordSource (out int pLimKwdSrc);
abstract member GetLimitKeywordSource : int -> int
Public Function GetLimitKeywordSource (ByRef pLimKwdSrc As Integer) As Integer
Parameters
- pLimKwdSrc
- Int32
[out] A _LIMITTOPICSOURCE enumeration that specifies the limits.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From context.idl:
HRESULT IVsUserContextCustomize::GetLimitKeywordSource(
[out, retval] LONG *pLimKwdSrc
);