CodeTypeMember.CustomAttributes Property

Definition

Gets or sets the custom attributes of the member.

public:
 property System::CodeDom::CodeAttributeDeclarationCollection ^ CustomAttributes { System::CodeDom::CodeAttributeDeclarationCollection ^ get(); void set(System::CodeDom::CodeAttributeDeclarationCollection ^ value); };
public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get; set; }
member this.CustomAttributes : System.CodeDom.CodeAttributeDeclarationCollection with get, set
Public Property CustomAttributes As CodeAttributeDeclarationCollection

Property Value

A CodeAttributeDeclarationCollection that indicates the custom attributes of the member.

Remarks

This property can be used to add metadata attributes to the declaration of the member.

Caution

This property is null by default and should be checked for content before being referenced.

Applies to

See also