AttributeUsageAttribute Klasse

Definition

Gibt die Verwendung eines anderen Attributs an.

.NETTO Dieser Typ wird als System.AttributeUsageAttribute angezeigt.

public ref class AttributeUsageAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class AttributeUsageAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class AttributeUsageAttribute : Attribute
function AttributeUsageAttribute(A_0)
Public NotInheritable Class AttributeUsageAttribute
Inherits Attribute
Vererbung
AttributeUsageAttribute
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (eingeführt in v1.0)

Hinweise

Bei der Programmierung mit .NET ist dieses Attribut ausgeblendet, und Entwickler sollten System.AttributeUsageAttribute verwenden.

Konstruktoren

AttributeUsageAttribute(AttributeTargets)

Erstellt und initialisiert eine neue instance des Attributs.

Gilt für:

Weitere Informationen