다음을 통해 공유


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
    형식: Object

    필수 요소. 배포 가능한 프로젝트 개체입니다.

  • bstrCfg
    형식: String

    필수 요소. 사용할 구성 형식을 포함하는 문자열입니다. "릴리스" 또는 "디버그"일 수 있습니다.

반환 값

형식: String

.NET Framework 보안

참고 항목

참조

IVCWizCtlUI 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스