Share via


CodeAttributeDeclaration.Arguments Proprietà

Definizione

Restituisce gli argomenti dell'attributo.

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

Valore della proprietà

Oggetto CodeAttributeArgumentCollection contenente gli argomenti dell'attributo.

Si applica a

Vedi anche