IVCWizCtlUI.GetRemoteMachine(Object, String) 方法

定义

对于特定的部署项目,为特定配置返回远程计算机的名称。

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”。

返回

String
属性

适用于