IVsMonitorUserContext.AdviseContextItemEvents 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 information is not provided. Do not use this method.
public:
int AdviseContextItemEvents(Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemEvents ^ pEvents, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
int AdviseContextItemEvents(Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemEvents const & pEvents, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public int AdviseContextItemEvents (Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemEvents pEvents, out uint pdwCookie);
abstract member AdviseContextItemEvents : Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemEvents * uint32 -> int
Public Function AdviseContextItemEvents (pEvents As IVsUserContextItemEvents, ByRef pdwCookie As UInteger) As Integer
Parameters
- pEvents
- IVsUserContextItemEvents
Do not use.
- pdwCookie
- UInt32
Do not use.