TypeGeneratedEventArgs.AdditionalAttributes Egenskap

Definition

Hämtar en List(CodeAttributeDeclaration) som innehåller de attribut som ska läggas till i typen.

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 typen. Samlingen är tom om inga attribut läggs till i typen.

Kommentarer

Medlemmarna läggs till efter att händelsen OnTypeGenerated har tagits upp

Gäller för

Se även