Sdílet prostřednictvím


VCWizCtlClass.GetRemoteMachine – metoda

Projekt určený nasazení vrátí název vzdáleného počítače pro zadanou konfiguraci.

Obor názvů:  Microsoft.VisualStudio.VsWizard
Sestavení:  Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

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

Parametry

  • pDeployable
    Typ: System.Object
    Povinné.Objekt nasaditelné projektu.
  • bstrCfg
    Typ: System.String
    Povinné.Řetězec obsahující typ konfigurace použít.Může být "Vydání" nebo "ladit.

Vrácená hodnota

Typ: System.String

Implementuje

IVCWizCtlUI.GetRemoteMachine(Object, String)

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VCWizCtlClass Třída

Microsoft.VisualStudio.VsWizard – obor názvů