Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initiate deployment of the app container application on a remote machine.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime (in Microsoft.VisualStudio.Shell.Interop.12.1.DesignTime.dll)
Syntax
'Declaration
Function StartRemoteDeployAsync ( _
deployFlags As UInteger, _
deployConnection As Object, _
target As String, _
packageContentsRecipe As String, _
projectUniqueName As String, _
deployCallback As IVsAppContainerProjectDeployCallback _
) As IVsAppContainerProjectDeployOperation
IVsAppContainerProjectDeployOperation StartRemoteDeployAsync(
uint deployFlags,
Object deployConnection,
string target,
string packageContentsRecipe,
string projectUniqueName,
IVsAppContainerProjectDeployCallback deployCallback
)
IVsAppContainerProjectDeployOperation^ StartRemoteDeployAsync(
[InAttribute] unsigned int deployFlags,
[InAttribute] Object^ deployConnection,
[InAttribute] String^ target,
[InAttribute] String^ packageContentsRecipe,
[InAttribute] String^ projectUniqueName,
[InAttribute] IVsAppContainerProjectDeployCallback^ deployCallback
)
abstract StartRemoteDeployAsync :
deployFlags:uint32 *
deployConnection:Object *
target:string *
packageContentsRecipe:string *
projectUniqueName:string *
deployCallback:IVsAppContainerProjectDeployCallback -> IVsAppContainerProjectDeployOperation
function StartRemoteDeployAsync(
deployFlags : uint,
deployConnection : Object,
target : String,
packageContentsRecipe : String,
projectUniqueName : String,
deployCallback : IVsAppContainerProjectDeployCallback
) : IVsAppContainerProjectDeployOperation
Parameters
deployFlags
Type: UInt32[in] The deployment options for this instance of the app container application.
deployConnection
Type: Object[in] The protocol used to interact with the remote machine.
target
Type: StringThe target.
packageContentsRecipe
Type: String[in] The package recipe file that defines the package contents.
projectUniqueName
Type: String[in] The unique name of the project.
deployCallback
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployCallback[in] The callback routine that is to be notified when events occur.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployOperation
The app container application deployed on the remote machine.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsAppContainerProjectDeploy2 Interface