Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Function GetRemoteMachine ( _
pDeployable As Object, _
bstrCfg As String _
) As String
string GetRemoteMachine(
Object pDeployable,
string bstrCfg
)
String^ GetRemoteMachine(
[InAttribute] Object^ pDeployable,
[InAttribute] String^ bstrCfg
)
abstract GetRemoteMachine :
pDeployable:Object *
bstrCfg:string -> string
function GetRemoteMachine(
pDeployable : Object,
bstrCfg : String
) : String
Parameters
pDeployable
Type: System.ObjectRequired. The deployable project object.
bstrCfg
Type: System.StringRequired. A string containing the type of configuration to use. Can be "Release" or "Debug."
Return Value
Type: System.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.