CodeCompileUnit.AssemblyCustomAttributes Tulajdonság
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.