CodeCompileUnit.AssemblyCustomAttributes Tulajdonság

Definíció

Lekéri a létrehozott szerelvényhez tartozó egyéni attribútumok gyűjteményét.

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

Tulajdonság értéke

A CodeAttributeDeclarationCollection , amely a létrehozott szerelvény egyéni attribútumait jelzi.

Megjegyzések

Ebből a gyűjteményből hozzáadhat és eltávolíthat CodeAttributeDeclaration a létrehozott szerelvény attribútumait képviselő objektumokat.

A következőre érvényes: