VCWizCtlClass.GetRemoteMachine メソッド

指定された配置プロジェクトについて、指定された構成のリモート コンピュータの名前を返します。

名前空間 :  Microsoft.VisualStudio.VsWizard
アセンブリ :  Microsoft.VisualStudio.VsWizard (Microsoft.VisualStudio.VsWizard.dll 内)

構文

'宣言
Public Overridable Function GetRemoteMachine ( _
    pDeployable As Object, _
    bstrCfg As String _
) As String
'使用
Dim instance As VCWizCtlClass
Dim pDeployable As Object
Dim bstrCfg As String
Dim returnValue As String

returnValue = instance.GetRemoteMachine(pDeployable, _
    bstrCfg)
public virtual string GetRemoteMachine(
    Object pDeployable,
    string bstrCfg
)
public:
virtual String^ GetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrCfg
)
public function GetRemoteMachine(
    pDeployable : Object, 
    bstrCfg : String
) : String

パラメータ

  • pDeployable
    型 : System.Object

    必ず指定します。配置対象プロジェクトのオブジェクト。

  • bstrCfg
    型 : System.String

    必ず指定します。使用する構成の種類を含む文字列。"Release" または "Debug" を指定できます。

戻り値

型 : System.String

実装

IVCWizCtlUI.GetRemoteMachine(Object, String)

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

VCWizCtlClass クラス

VCWizCtlClass メンバ

Microsoft.VisualStudio.VsWizard 名前空間