PropertyGeneratedEventArgs.AdditionalAttributes Tulajdonság

Definíció

List(CodeAttributeDeclaration) Lekéri a tulajdonsághoz 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 tulajdonsághoz hozzáadandó attribútumokat tartalmazó gyűjtemény. A gyűjtemény üres, ha nem ad hozzá attribútumokat.

Megjegyzések

Az attribútumok az OnPropertyGenerated esemény létrehozása után lesznek hozzáadva.

A következőre érvényes:

Lásd még