Partager via


IVCWizCtlUI.SetRemoteMachine, méthode

Spécifie le nom d'un ordinateur (autre que le vôtre) sur lequel vous voulez déboguer une application.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
Sub SetRemoteMachine ( _
    pDeployable As Object, _
    bstrRemoteMachine As String _
)
void SetRemoteMachine(
    Object pDeployable,
    string bstrRemoteMachine
)
void SetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrRemoteMachine
)
abstract SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit
function SetRemoteMachine(
    pDeployable : Object, 
    bstrRemoteMachine : String
)

Paramètres

  • pDeployable
    Type : Object

    Requis. Pointeur vers le projet déployable.

  • bstrRemoteMachine
    Type : String

    Requis. Chaîne contenant le nom de l'ordinateur distant.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms