IVCWizCtlUI::GetRemoteMachine Method (Object^, String^)

 

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

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

String^ GetRemoteMachine(
	Object^ pDeployable,
	String^ bstrCfg
)

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^
Return to top
Show: