Compartir a través de


CodeAttributeDeclaration.Arguments Propiedad

Definición

Obtiene los argumentos del atributo.

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

Valor de propiedad

CodeAttributeArgumentCollection que contiene los argumentos del atributo.

Se aplica a

Consulte también