Condividi tramite


Metodo VCWizCtlClass.GetRemoteMachine

Per il progetto di distribuzione specificato, restituisce il nome di un computer remoto per la configurazione specificata.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

'Dichiarazione
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

Parametri

  • pDeployable
    Tipo: System.Object
    Necessario.Oggetto progetto distribuibile.
  • bstrCfg
    Tipo: System.String
    Necessario.Stringa contenente il tipo di configurazione da utilizzare.Può essere "Release" o "Debug".

Valore restituito

Tipo: System.String

Implementa

IVCWizCtlUI.GetRemoteMachine(Object, String)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCWizCtlClass Classe

Spazio dei nomi Microsoft.VisualStudio.VsWizard