VCWizCtlClass.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)
Syntax
'Declaration
Public Overridable Sub SetRemoteMachine ( _
pDeployable As Object, _
bstrRemoteMachine As String _
)
'Usage
Dim instance As VCWizCtlClass
Dim pDeployable As Object
Dim bstrRemoteMachine As String
instance.SetRemoteMachine(pDeployable, _
bstrRemoteMachine)
public virtual void SetRemoteMachine(
Object pDeployable,
string bstrRemoteMachine
)
public:
virtual void SetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrRemoteMachine
)
public function SetRemoteMachine(
pDeployable : Object,
bstrRemoteMachine : String
)
Parameters
pDeployable
Type: System.ObjectRequired. A pointer to the deployable project.
bstrRemoteMachine
Type: System.StringRequired. A string containing the name of the remote machine.
Implements
IVCWizCtlUI.SetRemoteMachine(Object, String)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.