次の方法で共有


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
    型: System.Object
    必ず指定します。配置対象プロジェクトのオブジェクト。
  • bstrCfg
    型: System.String
    必ず指定します。使用する構成の種類を含む文字列。"Release" または "Debug" を指定できます。

戻り値

型: System.String

実装

IVCWizCtlUI.GetRemoteMachine(Object, String)

.NET Framework セキュリティ

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

参照

参照

VCWizCtlClass クラス

Microsoft.VisualStudio.VsWizard 名前空間