IVsUserContextItemProvider::KeywordLookup Method (String^, String^, IVsUserContextItemCollection^, IVsMonitorUserContext^, Int32, Int32)

 

Looks up the specified keyword.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: