CodeAttributeDeclaration.Arguments Tulajdonság

Definíció

Lekéri az attribútum argumentumait.

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

Tulajdonság értéke

Az CodeAttributeArgumentCollection attribútum argumentumait tartalmazó A.

A következőre érvényes:

Lásd még