ExperimentalAttribute Klasse

Definition

Gibt an, dass ein Typ oder Member in den Metadaten als experimentell gekennzeichnet werden soll und daher möglicherweise nicht in der endgültigen, veröffentlichten Version eines SDK oder einer Bibliothek vorhanden ist.

public ref class ExperimentalAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.RuntimeClass | System.AttributeTargets.Struct)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ExperimentalAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Interface | System.AttributeTargets.RuntimeClass | System.AttributeTargets.Struct)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class ExperimentalAttribute : Attribute
function ExperimentalAttribute()
Public NotInheritable Class ExperimentalAttribute
Inherits Attribute
Vererbung
ExperimentalAttribute
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

ExperimentalAttribute()

Erstellt und initialisiert eine neue instance des Attributs.

Gilt für: