Compartilhar via


CodeAttributeDeclaration.Arguments Propriedade

Definição

Obtém os argumentos para o 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 da propriedade

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

Aplica-se a

Confira também