共用方式為


VCWizCtlClass.GetRemoteMachine 方法

針對指定的部署專案,傳回用於取得指定之組態的遠端電腦名稱。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Public Overridable Function GetRemoteMachine ( _
    pDeployable As Object, _
    bstrCfg As String _
) As String
public virtual string GetRemoteMachine(
    Object pDeployable,
    string bstrCfg
)
public:
virtual String^ GetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine : 
        pDeployable:Object * 
        bstrCfg:string -> string  
override GetRemoteMachine : 
        pDeployable:Object * 
        bstrCfg:string -> string
public function GetRemoteMachine(
    pDeployable : Object, 
    bstrCfg : String
) : String

參數

  • pDeployable
    類型:Object

    必要項。 可部署的專案物件。

  • bstrCfg
    類型:String

    必要項。 包含要使用之組態型別的字串。 可以是 "Release" 或 "Debug"。

傳回值

類型:String

實作

IVCWizCtlUI.GetRemoteMachine(Object, String)

.NET Framework 安全性

請參閱

參考

VCWizCtlClass 類別

Microsoft.VisualStudio.VsWizard 命名空間