CodeCompileUnit.AssemblyCustomAttributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取生成的程序集的自定义特性集合。
public:
property System::CodeDom::CodeAttributeDeclarationCollection ^ AssemblyCustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); };
public System.CodeDom.CodeAttributeDeclarationCollection AssemblyCustomAttributes { get; }
member this.AssemblyCustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection
Public ReadOnly Property AssemblyCustomAttributes As CodeAttributeDeclarationCollection
属性值
指示生成的程序集的自定义特性的 CodeAttributeDeclarationCollection。
注解
可以从此集合中添加和删除 CodeAttributeDeclaration 表示所生成程序集的属性的对象。