VCWizCtlClass.GetRemoteMachine Method
For the specified deployment project, returns the name of a remote machine for the specified configuration.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaración
Public Overridable Function GetRemoteMachine ( _
pDeployable As Object, _
bstrCfg As String _
) As String
public virtual string GetRemoteMachine(
Object pDeployable,
string bstrCfg
)
public:
virtual String^ GetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
override GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
public function GetRemoteMachine(
pDeployable : Object,
bstrCfg : String
) : String
Parameters
- pDeployable
Type: System.Object
Required. The deployable project object.
- bstrCfg
Type: System.String
Required. A string containing the type of configuration to use. Can be "Release" or "Debug."
Return Value
Type: System.String
Implements
IVCWizCtlUI.GetRemoteMachine(Object, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.