IVCWizCtlUI::GetRemoteMachine Method (Object^, String^)
Visual Studio 2015
For the specified deployment project, returns the name of a remote machine for the specified configuration.
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Parameters
- pDeployable
-
Type:
System::Object^
Required. The deployable project object.
- bstrCfg
-
Type:
System::String^
Required. A string containing the type of configuration to use. Can be "Release" or "Debug."
Return Value
Type: System::String^
Show: