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

 

Specifies the name of a computer (other than your computer) on which you want to debug an application.

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

void SetRemoteMachine(
	Object^ pDeployable,
	String^ bstrRemoteMachine
)

Parameters

pDeployable
Type: System::Object^

Required. A pointer to the deployable project.

bstrRemoteMachine
Type: System::String^

Required. A string containing the name of the remote machine.

Return to top
Show: