VCWizCtlClass.GetRemoteMachine, méthode
Pour le projet de déploiement spécifié, retourne le nom d'un ordinateur distant pour la configuration spécifiée.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Public Overridable Function GetRemoteMachine ( _
pDeployable As Object, _
bstrCfg As String _
) As String
public virtual string GetRemoteMachine(
Object pDeployable,
string bstrCfg
)
public:
virtual String^ GetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
override GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
public function GetRemoteMachine(
pDeployable : Object,
bstrCfg : String
) : String
Paramètres
- pDeployable
Type : System.Object
Requis.Objet de projet déployable.
- bstrCfg
Type : System.String
Requis.Chaîne contenant le type de configuration à utiliser.Il peut s'agir de « Release » ou « Debug ».
Valeur de retour
Type : System.String
Implémentations
IVCWizCtlUI.GetRemoteMachine(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.