CodeAttributeDeclaration.Arguments Egenskap

Definition

Hämtar argumenten för attributet.

public:
 property System::CodeDom::CodeAttributeArgumentCollection ^ Arguments { System::CodeDom::CodeAttributeArgumentCollection ^ get(); };
public System.CodeDom.CodeAttributeArgumentCollection Arguments { get; }
member this.Arguments : System.CodeDom.CodeAttributeArgumentCollection
Public ReadOnly Property Arguments As CodeAttributeArgumentCollection

Egenskapsvärde

En CodeAttributeArgumentCollection som innehåller argumenten för attributet.

Gäller för

Se även