次の方法で共有


ExperimentalAttribute クラス

定義

型またはメンバーをメタデータで試験段階としてマークする必要があり、最終的にリリースされたバージョンの SDK またはライブラリに存在しない可能性があることを示します。

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
継承
ExperimentalAttribute
属性

Windows の要件

要件 説明
デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.FoundationContract (v1.0 で導入)

コンストラクター

名前 説明
ExperimentalAttribute()

属性の新しいインスタンスを作成して初期化します。

適用対象