AllowMultipleAttribute Klasse

Definition

Gibt an, dass mehrere Instanzen eines benutzerdefinierten Attributs auf ein Ziel angewendet werden können.

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

Windows-Anforderungen

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

Konstruktoren

AllowMultipleAttribute()

Erstellt und initialisiert eine neue instance des Attributs.

Gilt für:

Weitere Informationen