Udostępnij za pośrednictwem


Metoda VCWizCtlClass.SetRemoteMachine —

Określa nazwę komputera (z wyjątkiem komputera), na którym chcesz debugowania aplikacji.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
Public Overridable Sub SetRemoteMachine ( _
    pDeployable As Object, _
    bstrRemoteMachine As String _
)
public virtual void SetRemoteMachine(
    Object pDeployable,
    string bstrRemoteMachine
)
public:
virtual void SetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrRemoteMachine
)
abstract SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit 
override SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit 
public function SetRemoteMachine(
    pDeployable : Object, 
    bstrRemoteMachine : String
)

Parametry

  • pDeployable
    Typ: System.Object
    Wymagane.Wskaźnik do rozmieszczenia projektu.
  • bstrRemoteMachine
    Typ: System.String
    Wymagane.Ciąg zawierający nazwę zdalnego komputera.

Implementuje

IVCWizCtlUI.SetRemoteMachine(Object, String)

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCWizCtlClass Klasa

Przestrzeń nazw Microsoft.VisualStudio.VsWizard