IVsUserContextItemEvents.OnUserContextItemsAvailable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method to call when there are context-sensitive Help items available.
public:
int OnUserContextItemsAvailable(Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ pList);
public:
int OnUserContextItemsAvailable(Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ pList);
int OnUserContextItemsAvailable(Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection const & pList);
public int OnUserContextItemsAvailable (Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection pList);
abstract member OnUserContextItemsAvailable : Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection -> int
Public Function OnUserContextItemsAvailable (pList As IVsUserContextItemCollection) As Integer
Parameters
[in] Pointer to an IVsUserContextItemCollection interface providing access to a collection of user context items.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From context.idl:
HRESULT IVsUserContextItemEvents::OnUserContextItemsAvailable(
[in] IVsUserContextItemCollection * pList
);