CodeAttributeDeclaration.Arguments Свойство

Определение

Получает аргументы для атрибута.

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

Значение свойства

Объект CodeAttributeArgumentCollection, содержащий аргументы для атрибута.

Применяется к

См. также раздел