MemberDescriptor.AttributeArray Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets an array of attributes.
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()
Property Value
An array of type Attribute that contains the attributes of this member.
Remarks
Accessing this member allows derived classes to modify the default set of attributes that are used in the CreateAttributeCollection method.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.