PropertyGeneratedEventArgs.AdditionalAttributes 属性     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将添加到属性中的特性 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)属性值
一个包含属性 (Attribute) 的集合,这些属性 (Attribute) 将添加到该属性 (Property)。 如果不添加任何属性 (Attribute),该集合将为空。
注解
在 OnPropertyGenerated 事件引发之后添加这些属性。