CodeAttributeDeclaration.Arguments-Eigenschaft
Ruft die Argumente für das Attribut ab.
Namespace: System.CodeDom
Assembly: System (in system.dll)
Syntax
'Declaration
Public ReadOnly Property Arguments As CodeAttributeArgumentCollection
'Usage
Dim instance As CodeAttributeDeclaration
Dim value As CodeAttributeArgumentCollection
value = instance.Arguments
public CodeAttributeArgumentCollection Arguments { get; }
public:
property CodeAttributeArgumentCollection^ Arguments {
CodeAttributeArgumentCollection^ get ();
}
/** @property */
public CodeAttributeArgumentCollection get_Arguments ()
public function get Arguments () : CodeAttributeArgumentCollection
Eigenschaftenwert
Eine CodeAttributeArgumentCollection, die die Argumente für das Attribut enthält.
Plattformen
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
Siehe auch
Referenz
CodeAttributeDeclaration-Klasse
CodeAttributeDeclaration-Member
System.CodeDom-Namespace
CodeAttributeArgumentCollection-Klasse