IVsAppContainerBootstrapper.AdviseAppContainerBootstrapperEvents Method

Definition

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

sink
IVsAppContainerBootstrapperEvents

The event sink.

Returns

The event cookie.

Remarks

This method is safe to access from any thread.

Applies to