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()

특성의 새 instance 만들고 초기화합니다.

적용 대상