다음을 통해 공유


IVCWizCtlUI.SetRemoteMachine 메서드

응용 프로그램을 디버깅하는 데 사용할 다른 컴퓨터의 이름을 지정합니다.

네임스페이스:  Microsoft.VisualStudio.VsWizard
어셈블리:  Microsoft.VisualStudio.VsWizard(Microsoft.VisualStudio.VsWizard.dll)

구문

‘선언
Sub SetRemoteMachine ( _
    pDeployable As Object, _
    bstrRemoteMachine As String _
)
void SetRemoteMachine(
    Object pDeployable,
    string bstrRemoteMachine
)
void SetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrRemoteMachine
)
abstract SetRemoteMachine : 
        pDeployable:Object * 
        bstrRemoteMachine:string -> unit
function SetRemoteMachine(
    pDeployable : Object, 
    bstrRemoteMachine : String
)

매개 변수

  • pDeployable
    형식: Object

    필수 요소. 배포 가능한 프로젝트에 대한 포인터입니다.

  • bstrRemoteMachine
    형식: String

    필수 요소. 원격 컴퓨터의 이름을 포함하는 문자열입니다.

.NET Framework 보안

참고 항목

참조

IVCWizCtlUI 인터페이스

Microsoft.VisualStudio.VsWizard 네임스페이스