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 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용를 참조하세요.