Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
sink
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperEventsThe event sink.
Return Value
Type: UInt32
The event cookie.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.