IVsUserContextItemEvents::OnUserContextItemsAvailable Method (IVsUserContextItemCollection^)

 

Method to call when there are context-sensitive Help items available.

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

int OnUserContextItemsAvailable(
	IVsUserContextItemCollection^ pList
)

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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From context.idl:

HRESULT IVsUserContextItemEvents::OnUserContextItemsAvailable(
   [in] IVsUserContextItemCollection * pList
);
Return to top
Show: