Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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: ObjectRequired. The deployable project object.
bstrCfg
Type: StringRequired. A string containing the type of configuration to use. Can be "Release" or "Debug."
Return Value
Type: 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.