共用方式為


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 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間