PropertyGeneratedEventArgs.AdditionalAttributes Vlastnost

Definice

List(CodeAttributeDeclaration) Získá atribut, který bude přidán do vlastnosti.

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)

Hodnota vlastnosti

Kolekce obsahující atributy, které budou přidány do vlastnosti. Kolekce je prázdná, pokud nebudou přidány žádné atributy.

Poznámky

Atributy se přidají po vyvolání OnPropertyGenerated události.

Platí pro

Viz také