Share via


IVsAppContainerBootstrapper2.AdviseAppContainerBootstrapperEvents Method

Subscribes to bootstrapper events.

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

Syntax

'Declaration
Function AdviseAppContainerBootstrapperEvents ( _
    sink As IVsAppContainerBootstrapperEvents _
) As UInteger
uint AdviseAppContainerBootstrapperEvents(
    IVsAppContainerBootstrapperEvents sink
)
unsigned int AdviseAppContainerBootstrapperEvents(
    [InAttribute] IVsAppContainerBootstrapperEvents^ sink
)
abstract AdviseAppContainerBootstrapperEvents : 
        sink:IVsAppContainerBootstrapperEvents -> uint32
function AdviseAppContainerBootstrapperEvents(
    sink : IVsAppContainerBootstrapperEvents
) : uint

Parameters

Return Value

Type: UInt32
The event cookie.

.NET Framework Security

See Also

Reference

IVsAppContainerBootstrapper2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace