TypeGeneratedEventArgs.AdditionalAttributes Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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