IVsAppContainerProjectDeploy2.StartRemoteDeployAsync Méthode

Définition

Surcharges

StartRemoteDeployAsync(UInt32, Object, String, String, IVsAppContainerProjectDeployCallback)

Initialise le déploiement de l'application du conteneur d'application sur un ordinateur distant.

StartRemoteDeployAsync(UInt32, Object, String, String, String, IVsAppContainerProjectDeployCallback)

Initialise le déploiement de l'application du conteneur d'application sur un ordinateur distant.

StartRemoteDeployAsync(UInt32, Object, String, String, IVsAppContainerProjectDeployCallback)

Initialise le déploiement de l'application du conteneur d'application sur un ordinateur distant.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation ^ StartRemoteDeployAsync(System::UInt32 deployFlags, System::Object ^ deployConnection, System::String ^ packageContentsRecipe, System::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback ^ deployCallback);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation ^ StartRemoteDeployAsync(unsigned int deployFlags, Platform::Object ^ deployConnection, Platform::String ^ packageContentsRecipe, Platform::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback ^ deployCallback);
Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation StartRemoteDeployAsync(unsigned int deployFlags, winrt::Windows::Foundation::IInspectable const & deployConnection, std::wstring const & packageContentsRecipe, std::wstring const & projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback const & deployCallback);
public Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployOperation StartRemoteDeployAsync (uint deployFlags, object deployConnection, string packageContentsRecipe, string projectUniqueName, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployCallback deployCallback);
abstract member StartRemoteDeployAsync : uint32 * obj * string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployCallback -> Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployOperation
Public Function StartRemoteDeployAsync (deployFlags As UInteger, deployConnection As Object, packageContentsRecipe As String, projectUniqueName As String, deployCallback As IVsAppContainerProjectDeployCallback) As IVsAppContainerProjectDeployOperation

Paramètres

deployFlags
UInt32

[in] Options de déploiement pour cette instance de l'application conteneur d'application.

deployConnection
Object

[in] Protocole utilisé pour interagir avec l'ordinateur distant.

packageContentsRecipe
String

[in] Fichier de recette du package qui définit le contenu du package.

projectUniqueName
String

[in] Nom unique du projet.

deployCallback
IVsAppContainerProjectDeployCallback

[in] Routine de rappel à notifier lorsque des événements se produisent.

Retours

IVsAppContainerProjectDeployOperation

Application conteneur de l'application déployée sur l'ordinateur distant.

Implémente

S’applique à

StartRemoteDeployAsync(UInt32, Object, String, String, String, IVsAppContainerProjectDeployCallback)

Initialise le déploiement de l'application du conteneur d'application sur un ordinateur distant.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation ^ StartRemoteDeployAsync(System::UInt32 deployFlags, System::Object ^ deployConnection, System::String ^ target, System::String ^ packageContentsRecipe, System::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback ^ deployCallback);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation ^ StartRemoteDeployAsync(unsigned int deployFlags, Platform::Object ^ deployConnection, Platform::String ^ target, Platform::String ^ packageContentsRecipe, Platform::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback ^ deployCallback);
Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployOperation StartRemoteDeployAsync(unsigned int deployFlags, winrt::Windows::Foundation::IInspectable const & deployConnection, std::wstring const & target, std::wstring const & packageContentsRecipe, std::wstring const & projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployCallback const & deployCallback);
public Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployOperation StartRemoteDeployAsync (uint deployFlags, object deployConnection, string target, string packageContentsRecipe, string projectUniqueName, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployCallback deployCallback);
abstract member StartRemoteDeployAsync : uint32 * obj * string * string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployCallback -> Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployOperation
Public Function StartRemoteDeployAsync (deployFlags As UInteger, deployConnection As Object, target As String, packageContentsRecipe As String, projectUniqueName As String, deployCallback As IVsAppContainerProjectDeployCallback) As IVsAppContainerProjectDeployOperation

Paramètres

deployFlags
UInt32

[in] Options de déploiement pour cette instance de l'application conteneur d'application.

deployConnection
Object

[in] Protocole utilisé pour interagir avec l'ordinateur distant.

target
String

Cible.

packageContentsRecipe
String

[in] Fichier de recette du package qui définit le contenu du package.

projectUniqueName
String

[in] Nom unique du projet.

deployCallback
IVsAppContainerProjectDeployCallback

[in] Routine de rappel à notifier lorsque des événements se produisent.

Retours

IVsAppContainerProjectDeployOperation

Application conteneur de l'application déployée sur l'ordinateur distant.

S’applique à