Partager via


VCWizCtlClass.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
Public Overridable Sub SetRemoteMachine ( _
    pDeployable As Object, _
    bstrRemoteMachine As String _
)
public virtual void SetRemoteMachine(
    Object pDeployable,
    string bstrRemoteMachine
)
public:
virtual void SetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrRemoteMachine
)
abstract SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit 
override SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit 
public function SetRemoteMachine(
    pDeployable : Object, 
    bstrRemoteMachine : String
)

Paramètres

  • pDeployable
    Type : System.Object
    Requis.Pointeur vers le projet déployable.
  • bstrRemoteMachine
    Type : System.String
    Requis.Chaîne contenant le nom de l'ordinateur distant.

Implémentations

IVCWizCtlUI.SetRemoteMachine(Object, String)

Sécurité .NET Framework

Voir aussi

Référence

VCWizCtlClass Classe

Microsoft.VisualStudio.VsWizard, espace de noms