VCWizCtlClass.GetRemoteMachine(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For the specified deployment project, returns the name of a remote machine for the specified configuration.
public:
virtual System::String ^ GetRemoteMachine(System::Object ^ pDeployable, System::String ^ bstrCfg) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetRemoteMachine;
public:
virtual Platform::String ^ GetRemoteMachine(Platform::Object ^ pDeployable, Platform::String ^ bstrCfg) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetRemoteMachine;
virtual std::wstring GetRemoteMachine(winrt::Windows::Foundation::IInspectable const & pDeployable, std::wstring const & bstrCfg);
[System.Runtime.InteropServices.DispId(1610743872)]
public virtual string GetRemoteMachine (object pDeployable, string bstrCfg);
[<System.Runtime.InteropServices.DispId(1610743872)>]
abstract member GetRemoteMachine : obj * string -> string
override this.GetRemoteMachine : obj * string -> string
Public Overridable 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
Implements
- Attributes