IVsAppContainerProjectDeploy::AdviseAppContainerDeployEvents Method (IVsAppContainerProjectDeployEvents^)

 

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)

unsigned int AdviseAppContainerDeployEvents(
	IVsAppContainerProjectDeployEvents^ sink
)

Parameters

sink
Type: Microsoft.VisualStudio.Shell.Interop::IVsAppContainerProjectDeployEvents^

[in] The event sink to call when an app container deployment event occurs.

Return Value

Type: System::UInt32

A cookie associated with the given IVsAppContainerProjectDeployEvents interface.

Return to top
Show: