VCWizCtlClass.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)
Синтаксис
'Декларация
Public Overridable Sub SetRemoteMachine ( _
pDeployable As Object, _
bstrRemoteMachine As String _
)
'Применение
Dim instance As VCWizCtlClass
Dim pDeployable As Object
Dim bstrRemoteMachine As String
instance.SetRemoteMachine(pDeployable, _
bstrRemoteMachine)
public virtual void SetRemoteMachine(
Object pDeployable,
string bstrRemoteMachine
)
public:
virtual void SetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrRemoteMachine
)
public 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.
Реализации
IVCWizCtlUI.SetRemoteMachine(Object, String)
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.