IVsUserContextItemProvider::KeywordLookup Method (String^, String^, IVsUserContextItemCollection^, IVsMonitorUserContext^, Int32, Int32)
Visual Studio 2015
Looks up the specified keyword.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int KeywordLookup( String^ pwzTargetAttr, String^ pwzTargetAttrValue, [OutAttribute] IVsUserContextItemCollection^% pplist, IVsMonitorUserContext^ pCMUC, int fCheckIdle, int fContinueInterrupt )
Parameters
- pwzTargetAttr
-
Type:
System::String^
[in]
- pwzTargetAttrValue
-
Type:
System::String^
[in]
- Pplist
[out]
- pCMUC
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsMonitorUserContext^
[in]
- fCheckIdle
-
Type:
System::Int32
[in]
- fContinueInterrupt
-
Type:
System::Int32
[in]
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::KeywordLookup( [in] LPCOLESTR pwzTargetAttr, [in] LPCOLESTR pwzTargetAttrValue, [out] IVsUserContextItemCollection ** ppList, [in] IVsMonitorUserContext* pCMUC, [in] BOOL fCheckIdle, [in] BOOL fContinueInterrupt );
Show: