Condividi tramite


Metodo IVCWizCtlUI.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
Function GetRemoteMachine ( _
    pDeployable As Object, _
    bstrCfg As String _
) As String
string GetRemoteMachine(
    Object pDeployable,
    string bstrCfg
)
String^ GetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine : 
        pDeployable:Object * 
        bstrCfg:string -> string 
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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVCWizCtlUI Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VsWizard