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

que CodeAttributeArgumentCollection contiene los argumentos del atributo .

Se aplica a

Consulte también