Sdílet prostřednictvím


CodeCompileUnit.AssemblyCustomAttributes Vlastnost

Definice

Získá kolekci vlastních atributů pro vygenerované sestavení.

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

Hodnota vlastnosti

A CodeAttributeDeclarationCollection , který označuje vlastní atributy pro vygenerované sestavení.

Poznámky

Můžete přidat a odebrat CodeAttributeDeclaration objekty představující atributy pro vygenerované sestavení z této kolekce.

Platí pro