ProjectNode.GetOutputAssembly Method

Returns the output assembly.

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

Syntax

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

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

Parameters

  • config
    Type: System.String

    A string containing the name of the configuration.

Return Value

Type: System.String

The name of the output assembly in the project properties.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace