MemberDescriptor.AttributeArray 属性

定义

获取或设置属性的数组。

protected:
 virtual property cli::array <Attribute ^> ^ AttributeArray { cli::array <Attribute ^> ^ get(); void set(cli::array <Attribute ^> ^ value); };
protected virtual Attribute[] AttributeArray { get; set; }
protected virtual Attribute[]? AttributeArray { get; set; }
member this.AttributeArray : Attribute[] with get, set
Protected Overridable Property AttributeArray As Attribute()

属性值

包含成员特性的类型 Attribute 的数组。

注解

访问此成员允许派生类修改方法中使用的 CreateAttributeCollection 默认属性集。

适用于

另请参阅