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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.