Gets the arguments for the attribute.
[Visual Basic] Public ReadOnly Property Arguments As _ CodeAttributeArgumentCollection [C#] public CodeAttributeArgumentCollection Arguments {get;} [C++] public: __property CodeAttributeArgumentCollection* get_Arguments(); [JScript] public function get Arguments() : CodeAttributeArgumentCollection;
A CodeAttributeArgumentCollection that indicates the arguments for the attribute.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CodeAttributeDeclaration Class | CodeAttributeDeclaration Members | System.CodeDom Namespace | CodeAttributeArgumentCollection