TypeGeneratedEventArgs.AdditionalAttributes Właściwość

Definicja

Pobiera element List(CodeAttributeDeclaration) zawierający atrybuty, które zostaną dodane do typu.

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)

Wartość właściwości

Kolekcja zawierająca atrybuty, które zostaną dodane do typu. Kolekcja jest pusta, jeśli do typu nie zostaną dodane żadne atrybuty.

Uwagi

Elementy członkowskie są dodawane po wystąpieniu OnTypeGenerated zdarzenia

Dotyczy

Zobacz też