CodeAttributeDeclaration.Arguments Propriedade

Definição

Obtém os argumentos a favor do 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 Propriedade

A CodeAttributeArgumentCollection que contém os argumentos para o atributo.

Aplica-se a

Ver também