IVsUserContextItemEvents::OnUserContextItemsAvailable Method (IVsUserContextItemCollection^)
Visual Studio 2015
Method to call when there are context-sensitive Help items available.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pList
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUserContextItemCollection^
[in] Pointer to an IVsUserContextItemCollection interface providing access to a collection of user context items.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From context.idl:
HRESULT IVsUserContextItemEvents::OnUserContextItemsAvailable(
[in] IVsUserContextItemCollection * pList
);
Show: