Sdílet prostřednictvím


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)

Syntax

'Declaration
Sub SetRemoteMachine ( _
    pDeployable As Object, _
    bstrRemoteMachine As String _
)
'Usage
Dim instance As IVCWizCtlUI
Dim pDeployable As Object
Dim bstrRemoteMachine As String

instance.SetRemoteMachine(pDeployable, _
    bstrRemoteMachine)
void SetRemoteMachine(
    Object pDeployable,
    string bstrRemoteMachine
)
void SetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrRemoteMachine
)
function SetRemoteMachine(
    pDeployable : Object, 
    bstrRemoteMachine : String
)

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.

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace