IVCWizCtlUI.GetRemoteMachine(Object, String) Method

Definition

For the specified deployment project, returns the name of a remote machine for the specified configuration.

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

Parameters

pDeployable
Object

Required. The deployable project object.

bstrCfg
String

Required. A string containing the type of configuration to use. Can be "Release" or "Debug."

Returns

Attributes

Applies to