CodeCompileUnit.AssemblyCustomAttributes Propriété

Définition

Obtient une collection d'attributs personnalisés pour l'assembly généré.

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

Valeur de propriété

CodeAttributeDeclarationCollection indiquant les attributs personnalisés pour l'assembly généré.

Remarques

Vous pouvez ajouter et supprimer CodeAttributeDeclaration des objets représentant des attributs pour l’assembly généré de cette collection.

S’applique à