IVCWizCtlUI.SetRemoteMachine(Object, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定您要在上面调试应用程序的计算机(不是您的计算机)的名称。
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
必需。 一个包含远程计算机名称的字符串。
- 属性