Sdílet prostřednictvím


TypeGeneratedEventArgs.AdditionalAttributes Vlastnost

Definice

Získá List(CodeAttributeDeclaration) obsahující atributy, které budou přidány 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)

Hodnota vlastnosti

Kolekce obsahující atributy, které budou přidány do typu. Kolekce je prázdná, pokud se do typu nepřidají žádné atributy.

Poznámky

Členové se přidají po vyvolání OnTypeGenerated události.

Platí pro

Viz také