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" を指定できます。
戻り値
型 : System.String
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。