IVsAppContainerBootstrapper2.AdviseAppContainerBootstrapperEvents 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.
Subscribes to bootstrapper events.
public:
System::UInt32 AdviseAppContainerBootstrapperEvents(Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperEvents ^ sink);
public:
unsigned int AdviseAppContainerBootstrapperEvents(Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperEvents ^ sink);
unsigned int AdviseAppContainerBootstrapperEvents(Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperEvents const & sink);
public uint AdviseAppContainerBootstrapperEvents (Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperEvents sink);
abstract member AdviseAppContainerBootstrapperEvents : Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperEvents -> uint32
Public Function AdviseAppContainerBootstrapperEvents (sink As IVsAppContainerBootstrapperEvents) As UInteger
Parameters
The event sink.
Returns
The event cookie.
Remarks
This method is safe to access from any thread.