Freigeben über


CodeAttributeDeclaration.Arguments Eigenschaft

Definition

Ruft die Argumente für das Attribut ab.

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

Eigenschaftswert

Eine CodeAttributeArgumentCollection, die die Argumente für das Attribut enthält.

Gilt für:

Weitere Informationen