IVCWizCtlUI.SetRemoteMachine 方法
指定您要在上面调试应用程序的计算机(不是您的计算机)的名称。
命名空间: Microsoft.VisualStudio.VsWizard
程序集: Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)
语法
声明
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
)
参数
- pDeployable
类型:System.Object
必需。一个指向可部署项目的指针。
- bstrRemoteMachine
类型:System.String
必需。一个包含远程计算机名称的字符串。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。