CodeParameterDeclarationExpression.CustomAttributes Tulajdonság

Definíció

Lekéri vagy beállítja a paraméterdeklaráció egyéni attribútumait.

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

Tulajdonság értéke

Az egyéni attribútumokat jelző objektum.

A következőre érvényes:

Lásd még