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.
Enables a client to be notified of app container deployment 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 AdviseAppContainerDeployEvents ( _
sink As IVsAppContainerProjectDeployEvents _
) As UInteger
uint AdviseAppContainerDeployEvents(
IVsAppContainerProjectDeployEvents sink
)
unsigned int AdviseAppContainerDeployEvents(
[InAttribute] IVsAppContainerProjectDeployEvents^ sink
)
abstract AdviseAppContainerDeployEvents :
sink:IVsAppContainerProjectDeployEvents -> uint32
function AdviseAppContainerDeployEvents(
sink : IVsAppContainerProjectDeployEvents
) : uint
Parameters
sink
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployEvents[in] The event sink to call when an app container deployment event occurs.
Return Value
Type: UInt32
A cookie associated with the given IVsAppContainerProjectDeployEvents interface.
.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.