IVsUserContextCustomize::GetLimitKeywordSource Method (Int32)

 

Gets the limits of how keywords are searched for context help.

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

int GetLimitKeywordSource(
	[OutAttribute] int% pLimKwdSrc
)

Parameters

pLimKwdSrc
Type: System::Int32

[out] A _LIMITTOPICSOURCE enumeration that specifies the limits.

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 IVsUserContextCustomize::GetLimitKeywordSource(
   [out, retval] LONG *pLimKwdSrc
);
Return to top
Show: