ProjectNode.GetOutputPath Method

Gets the project output path.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Function GetOutputPath ( _
    config As String _
) As String
'使用
Dim instance As ProjectNode
Dim config As String
Dim returnValue As String

returnValue = instance.GetOutputPath(config)
public string GetOutputPath(
    string config
)
public:
String^ GetOutputPath(
    String^ config
)
public function GetOutputPath(
    config : String
) : String

Parameters

Return Value

Type: System.String

The output path.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace