ProjectNode.GetAssemblyName Method

Gets the assembly name.

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

Syntax

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

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

Parameters

  • config
    Type: System.String

    The configuration property in the MSBuild project file.

Return Value

Type: System.String

The assembly name.

Permissions

See Also

Concepts

MSBuild

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace