VCAssemblyReference.AssemblyName 属性

定义

获取程序集的名称。 程序集名称是程序集的简短友好名称。 公共语言运行时在绑定期间将程序集名、程序集版本、发信方密钥和区域设置用于唯一标识程序集。

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public:
 property Platform::String ^ AssemblyName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2018)]
public string AssemblyName { [System.Runtime.InteropServices.DispId(2018)] get; }
[<System.Runtime.InteropServices.DispId(2018)>]
[<get: System.Runtime.InteropServices.DispId(2018)>]
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

属性值

String

程序集的名称。

实现

属性

注解

在集成开发环境 (IDE) 中,可以通过项目的 "属性页" 对话框查看和更改程序集名称。

适用于