IVCWizCtlUI.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

声明
Function GetRemoteMachine ( _
    pDeployable As Object, _
    bstrCfg As String _
) As String
用法
Dim instance As IVCWizCtlUI
Dim pDeployable As Object
Dim bstrCfg As String
Dim returnValue As String

returnValue = instance.GetRemoteMachine(pDeployable, _
    bstrCfg)
string GetRemoteMachine(
    Object pDeployable,
    string bstrCfg
)
String^ GetRemoteMachine(
    [InAttribute] Object^ pDeployable, 
    [InAttribute] String^ bstrCfg
)
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

Permissions

See Also

Reference

IVCWizCtlUI Interface

IVCWizCtlUI Members

Microsoft.VisualStudio.VsWizard Namespace