CodeCompileUnit.AssemblyCustomAttributes 属性

定义

获取生成的程序集的自定义特性集合。

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 表示所生成程序集的属性的对象。

适用于