Partilhar via


IVsAppContainerBootstrapper.AdviseAppContainerBootstrapperEvents Method

Subscribes to bootstrapper events.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.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

IVsAppContainerBootstrapper Interface

Microsoft.VisualStudio.Shell.Interop Namespace