共用方式為


BinaryManager.AssemblyName Property

 

Gets the name of the compiled assembly for the given project settings. This property is used to distinguish between multiple BinaryItem items that are created as a result of compilation (copy local referenced assemblies, xml documentation output) and the target output of the project.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public string AssemblyName { get; }
public:
property String^ AssemblyName {
    String^ get();
}
member AssemblyName : string with get
Public ReadOnly Property AssemblyName As String

Property Value

Type: System.String

The name of the compiled assembly.

See Also

BinaryManager Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top