IVCWizCtlUI.SetRemoteMachine(Object, String) 方法

定义

指定您要在上面调试应用程序的计算机(不是您的计算机)的名称。

public:
 void SetRemoteMachine(System::Object ^ pDeployable, System::String ^ bstrRemoteMachine);
public:
 void SetRemoteMachine(Platform::Object ^ pDeployable, Platform::String ^ bstrRemoteMachine);
void SetRemoteMachine(winrt::Windows::Foundation::IInspectable const & pDeployable, std::wstring const & bstrRemoteMachine);
[System.Runtime.InteropServices.DispId(1610743845)]
public void SetRemoteMachine (object pDeployable, string bstrRemoteMachine);
[<System.Runtime.InteropServices.DispId(1610743845)>]
abstract member SetRemoteMachine : obj * string -> unit
Public Sub SetRemoteMachine (pDeployable As Object, bstrRemoteMachine As String)

参数

pDeployable
Object

必需。 一个指向可部署项目的指针。

bstrRemoteMachine
String

必需。 一个包含远程计算机名称的字符串。

属性

适用于