IVsAppContainerProjectDeploy::UnadviseAppContainerDeployEvents Method (UInt32)

 

Disables clients from receiving notifications 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)

void UnadviseAppContainerDeployEvents(
	unsigned int cookie
)

Parameters

cookie
Type: System::UInt32

[in] The value that is associated with the instance of the IVsAppContainerProjectDeployEvents object that was returned from the AdviseAppContainerDeployEvents method.

Return to top
Show: