Expand Minimize
This topic has not yet been rated - Rate this topic

IVCWizCtlUI.SetRemoteMachine Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.