ExperimentalAttribute ExperimentalAttribute ExperimentalAttribute ExperimentalAttribute Class

Definition

Indicates that a type or member should be marked in metadata as experimental, and consequently may not be present in the final, released version of an SDK or library.

public : sealed class ExperimentalAttribute : Attributepublic sealed class ExperimentalAttribute : AttributePublic NotInheritable Class ExperimentalAttribute Inherits Attribute// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (introduced v1)

Constructors

ExperimentalAttribute() ExperimentalAttribute() ExperimentalAttribute() ExperimentalAttribute()

Creates and initializes a new instance of the attribute.

public : ExperimentalAttribute()public ExperimentalAttribute()Public Sub New()// You can use this method in JavaScript.

See Also