CodeAttributeDeclaration.Arguments Propriété

Définition

Obtient les arguments de l'attribut.

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

Valeur de propriété

CodeAttributeArgumentCollection qui contient les arguments pour l'attribut.

S’applique à

Voir aussi