다음을 통해 공유


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

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

  • bstrCfg
    형식: String

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

반환 값

형식: String

구현

IVCWizCtlUI.GetRemoteMachine(Object, String)

.NET Framework 보안

참고 항목

참조

VCWizCtlClass 클래스

Microsoft.VisualStudio.VsWizard 네임스페이스