IVCWizCtlUI.SetRemoteMachine - метод
Specifies the name of a computer (other than your computer) on which you want to debug an application.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Sub SetRemoteMachine ( _
pDeployable As Object, _
bstrRemoteMachine As String _
)
'Применение
Dim instance As IVCWizCtlUI
Dim pDeployable As Object
Dim bstrRemoteMachine As String
instance.SetRemoteMachine(pDeployable, _
bstrRemoteMachine)
void SetRemoteMachine(
Object pDeployable,
string bstrRemoteMachine
)
void SetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrRemoteMachine
)
function SetRemoteMachine(
pDeployable : Object,
bstrRemoteMachine : String
)
Параметры
pDeployable
Тип: System.ObjectRequired. A pointer to the deployable project.
bstrRemoteMachine
Тип: System.StringRequired. A string containing the name of the remote machine.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.