Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 _
)
void SetRemoteMachine(
Object pDeployable,
string bstrRemoteMachine
)
void SetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrRemoteMachine
)
abstract SetRemoteMachine :
pDeployable:Object *
bstrRemoteMachine:string -> unit
function SetRemoteMachine(
pDeployable : Object,
bstrRemoteMachine : String
)
Parameters
pDeployable
Type: ObjectRequired. A pointer to the deployable project.
bstrRemoteMachine
Type: StringRequired. A string containing the name of the remote machine.
.NET Framework Security
- 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.