VCWizCtlClass.SetRemoteMachine – metoda
Určuje název počítače (kromě počítače), na kterém chcete ladit aplikace.
Obor názvů: Microsoft.VisualStudio.VsWizard
Sestavení: Microsoft.VisualStudio.VsWizard (v Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Deklarace
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: ObjectPožadováno.Ukazatel nasadit projektu.
bstrRemoteMachine
Typ: StringPožadováno.Řetězec obsahující název vzdáleného počítače.
Implementuje
IVCWizCtlUI.SetRemoteMachine(Object, String)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.