IVCWizCtlUI.GetRemoteMachine 方法
針對指定的部署專案,傳回用於取得指定之組態的遠端電腦名稱。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function GetRemoteMachine ( _
pDeployable As Object, _
bstrCfg As String _
) As String
string GetRemoteMachine(
Object pDeployable,
string bstrCfg
)
String^ GetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
function GetRemoteMachine(
pDeployable : Object,
bstrCfg : String
) : String
參數
- pDeployable
型別:System.Object
必要項。可部署的專案物件。
- bstrCfg
型別:System.String
必要項。包含要使用之組態型別的字串。可以是 "Release" 或 "Debug"。
傳回值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。