TypeGeneratedEventArgs.AdditionalAttributes Tulajdonság

Definíció

List(CodeAttributeDeclaration) Lekéri a típushoz hozzáadandó attribútumokat.

public:
 property System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ AdditionalAttributes { System::Collections::Generic::List<System::CodeDom::CodeAttributeDeclaration ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration> AdditionalAttributes { get; }
member this.AdditionalAttributes : System.Collections.Generic.List<System.CodeDom.CodeAttributeDeclaration>
Public ReadOnly Property AdditionalAttributes As List(Of CodeAttributeDeclaration)

Tulajdonság értéke

A típushoz hozzáadandó attribútumokat tartalmazó gyűjtemény. A gyűjtemény üres, ha nem ad hozzá attribútumokat a típushoz.

Megjegyzések

A tagok az esemény létrehozása után OnTypeGenerated lesznek hozzáadva

A következőre érvényes:

Lásd még