Udostępnij za pośrednictwem


PropertyGeneratedEventArgs.AdditionalAttributes Właściwość

Definicja

Pobiera atrybuty List(CodeAttributeDeclaration) , które zostaną dodane do właściwości.

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 właściwości. Kolekcja jest pusta, jeśli nie zostaną dodane żadne atrybuty.

Uwagi

Atrybuty są dodawane po podniesieniu OnPropertyGenerated zdarzenia.

Dotyczy

Zobacz też