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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.