IVsAppContainerProjectDeployCallback Interface     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about and defines callback methods for monitoring an app container project deployment operation.
public interface class IVsAppContainerProjectDeployCallbackpublic interface class IVsAppContainerProjectDeployCallback__interface IVsAppContainerProjectDeployCallback[System.Runtime.InteropServices.Guid("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerProjectDeployCallback[<System.Runtime.InteropServices.Guid("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerProjectDeployCallback = interfacePublic Interface IVsAppContainerProjectDeployCallback- Attributes
Methods
| OnEndDeploy(Boolean, String, String) | Indicates that the asynchronous deployment process has finished. | 
| OutputMessage(String) | Logs errors and messages. |