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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.