PropertyGeneratedEventArgs.AdditionalAttributes 屬性

定義

取得要加入至屬性 (Property) 之屬性 (Attribute) 的 List(CodeAttributeDeclaration)

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)

屬性值

包含要加入到此屬性 (Property) 之屬性 (Attribute) 的集合。 如果沒有屬性 (Attribute) 要加入,集合將會是空的。

備註

屬性 (Attribute) 會在 OnPropertyGenerated 事件引發之後加入。

適用於

另請參閱