Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")> _
Public Interface IVsAppContainerProjectDeployCallback
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")]
public interface IVsAppContainerProjectDeployCallback
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"D1F433DF-B126-49A7-A1FD-F4099EFC1A05")]
public interface class IVsAppContainerProjectDeployCallback
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("D1F433DF-B126-49A7-A1FD-F4099EFC1A05")>]
type IVsAppContainerProjectDeployCallback = interface end
public interface IVsAppContainerProjectDeployCallback
The IVsAppContainerProjectDeployCallback type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnEndDeploy | Indicates that the asynchronous deployment process has finished. |
![]() |
OutputMessage | Logs errors and messages. |
Top
.gif)