VCWizCtlClass.GetRemoteMachine - метод
For the specified deployment project, returns the name of a remote machine for the specified configuration.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Function GetRemoteMachine ( _
pDeployable As Object, _
bstrCfg As String _
) As String
'Применение
Dim instance As VCWizCtlClass
Dim pDeployable As Object
Dim bstrCfg As String
Dim returnValue As String
returnValue = instance.GetRemoteMachine(pDeployable, _
bstrCfg)
public virtual string GetRemoteMachine(
Object pDeployable,
string bstrCfg
)
public:
virtual String^ GetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrCfg
)
public function GetRemoteMachine(
pDeployable : Object,
bstrCfg : String
) : String
Параметры
pDeployable
Тип: System.ObjectRequired. The deployable project object.
bstrCfg
Тип: System.StringRequired. A string containing the type of configuration to use. Can be "Release" or "Debug."
Возвращаемое значение
Тип: System.String
Реализации
IVCWizCtlUI.GetRemoteMachine(Object, String)
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.