CodeCompileUnit.AssemblyCustomAttributes Egenskap

Definition

Hämtar en samling anpassade attribut för den genererade sammansättningen.

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

Egenskapsvärde

En CodeAttributeDeclarationCollection som anger anpassade attribut för den genererade sammansättningen.

Kommentarer

Du kan lägga till och ta bort CodeAttributeDeclaration objekt som representerar attribut för den genererade sammansättningen från den här samlingen.

Gäller för