IVCWizCtlUI.GetRemoteMachine(Object, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对于特定的部署项目,为特定配置返回远程计算机的名称。
public:
System::String ^ GetRemoteMachine(System::Object ^ pDeployable, System::String ^ bstrCfg);
public:
Platform::String ^ GetRemoteMachine(Platform::Object ^ pDeployable, Platform::String ^ bstrCfg);
std::wstring GetRemoteMachine(winrt::Windows::Foundation::IInspectable const & pDeployable, std::wstring const & bstrCfg);
[System.Runtime.InteropServices.DispId(1610743872)]
public string GetRemoteMachine (object pDeployable, string bstrCfg);
[<System.Runtime.InteropServices.DispId(1610743872)>]
abstract member GetRemoteMachine : obj * string -> string
Public Function GetRemoteMachine (pDeployable As Object, bstrCfg As String) As String
参数
- pDeployable
- Object
必需。 可部署项目对象。
- bstrCfg
- String
必需。 包含要使用的配置的类型的字符串。 可以是“Release”或“Debug”。
返回
- 属性