VCAssemblyReference.AssemblyName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取程序集的名称。 程序集名称是程序集的简短友好名称。 公共语言运行时在绑定期间将程序集名、程序集版本、发信方密钥和区域设置用于唯一标识程序集。
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
属性值
程序集的名称。
实现
- 属性
注解
在集成开发环境 (IDE) 中,可以通过项目的 "属性页" 对话框查看和更改程序集名称。