IVsAppContainerProjectDeployCallback Interface

 

Provides information about and defines callback methods for monitoring an app container project deployment operation.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")]
public interface IVsAppContainerProjectDeployCallback

NameDescription
System_CAPS_pubmethodOnEndDeploy(Boolean, String, String)

Indicates that the asynchronous deployment process has finished.

System_CAPS_pubmethodOutputMessage(String)

Logs errors and messages.

Return to top
Show: