CodeParameterDeclarationExpression.CustomAttributes Egenskap

Definition

Hämtar eller anger anpassade attribut för parameterdeklarationen.

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

Egenskapsvärde

Ett objekt som anger anpassade attribut.

Gäller för

Se även