Compartir a través de


IVCWizCtlUI.GetRemoteMachine (Método)

Para el proyecto de implementación especificado, devuelve el nombre de un equipo remoto para la configuración especificada.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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

Parámetros

  • pDeployable
    Tipo: Object

    Requerido. Objeto de proyecto que se puede implementar.

  • bstrCfg
    Tipo: String

    Requerido. Cadena que contiene el tipo de configuración que se va a usar. Puede ser "Release" o "Debug".

Valor devuelto

Tipo: String

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)