Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.