Share via


IVsAppContainerProjectDeploy.AdviseAppContainerDeployEvents Method

Enables a client to be notified of app container deployment events.

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

Return Value

Type: System.UInt32
A cookie associated with the given IVsAppContainerProjectDeployEvents interface.

.NET Framework Security

See Also

Reference

IVsAppContainerProjectDeploy Interface

Microsoft.VisualStudio.Shell.Interop Namespace