PropertyGeneratedEventArgs.AdditionalAttributes Egenskap

Definition

Hämtar ett List(CodeAttributeDeclaration) attribut som ska läggas till i egenskapen.

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)

Egenskapsvärde

En samling som innehåller de attribut som ska läggas till i egenskapen. Samlingen är tom om inga attribut läggs till.

Kommentarer

Attributen läggs till efter att händelsen OnPropertyGenerated har genererats.

Gäller för

Se även