TypeGeneratedEventArgs.AdditionalAttributes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un List(CodeAttributeDeclaration) contenant les attributs qui seront ajoutés au type.
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)
Valeur de propriété
Collection qui contient les attributs qui seront ajoutés au type. La collection est vide si aucun attribut n’est ajouté au type.
Remarques
Les membres sont ajoutés une fois l’événement OnTypeGenerated déclenché