DescriptionAttribute-Konstruktor
Initialisiert eine neue Instanz der DescriptionAttribute-Klasse.
Namespace: System.EnterpriseServices
Assembly: System.EnterpriseServices (in system.enterpriseservices.dll)
Syntax
'Declaration
Public Sub New ( _
desc As String _
)
'Usage
Dim desc As String
Dim instance As New DescriptionAttribute(desc)
public DescriptionAttribute (
string desc
)
public:
DescriptionAttribute (
String^ desc
)
public DescriptionAttribute (
String desc
)
public function DescriptionAttribute (
desc : String
)
Parameter
- desc
Die Beschreibung der Assembly (Anwendung), Komponente, Methode oder Schnittstelle.
Beispiel
Im folgenden Codebeispiel wird die Verwendung dieses Konstruktors veranschaulicht.
<Assembly: Description("A system for ensuring that the correct account balance is stored after a transaction.")>
[assembly: Description("A system for ensuring that the correct account balance is stored after a transaction.")]
[assembly: Description("A system for ensuring that the correct account "
"balance is stored after a transaction.")];
/** @assembly Description("A system for ensuring that the correct account "
+ " balance is stored after a transaction.")
*/
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter .
Plattformen
Windows 98, Windows 2000 SP4, 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
DescriptionAttribute-Klasse
DescriptionAttribute-Member
System.EnterpriseServices-Namespace