RequiresPreviewFeaturesAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
API가 미리 보기 상태임을 나타냅니다. 이 특성을 사용하면 미리 보기 기능이 사용됨을 나타내는 진단으로 호출 사이트에 플래그를 지정할 수 있습니다. 작성자는 이 특성을 사용하여 어셈블리에 미리 보기 기능을 제공할 수 있습니다.
public ref class RequiresPreviewFeaturesAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, Inherited=false)]
public sealed class RequiresPreviewFeaturesAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Constructor | System.AttributeTargets.Delegate | System.AttributeTargets.Enum | System.AttributeTargets.Event | System.AttributeTargets.Field | System.AttributeTargets.Interface | System.AttributeTargets.Method | System.AttributeTargets.Module | System.AttributeTargets.Property | System.AttributeTargets.Struct, Inherited=false)>]
type RequiresPreviewFeaturesAttribute = class
inherit Attribute
Public NotInheritable Class RequiresPreviewFeaturesAttribute
Inherits Attribute
- 상속
- 특성
설명
RequiresPreviewFeaturesAttribute 는 API를 .NET 런타임, 핵심 라이브러리 및 컴파일러의 미리 보기 기능이 필요한 것으로 표시합니다. 이 API는 플랫폼 제공 기능을 위한 것이며 일반적으로 사용자 코드에서 사용하면 안 됩니다.
사용자 고유의 라이브러리에 미리 보기 기능을 제공하려면 대신 를 사용합니다 ExperimentalAttribute .
API를 미리 보기로 표시하는 방법에 대한 자세한 내용은 미리 보기 API를 참조하세요.
생성자
RequiresPreviewFeaturesAttribute() |
RequiresPreviewFeaturesAttribute 클래스의 새 인스턴스를 초기화합니다. |
RequiresPreviewFeaturesAttribute(String) |
지정된 메시지를 사용하여 RequiresPreviewFeaturesAttribute 클래스의 새 인스턴스를 초기화합니다. |
속성
Message |
이 특성 instance 연결된 선택적 메시지를 가져옵니다. |
TypeId |
파생 클래스에서 구현된 경우 이 Attribute에 대한 고유 식별자를 가져옵니다. (다음에서 상속됨 Attribute) |
Url |
이 특성 instance 연결된 선택적 URL을 가져오거나 설정합니다. |
메서드
Equals(Object) |
이 인스턴스가 지정된 개체와 같은지를 나타내는 값을 반환합니다. (다음에서 상속됨 Attribute) |
GetHashCode() |
이 인스턴스의 해시 코드를 반환합니다. (다음에서 상속됨 Attribute) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
IsDefaultAttribute() |
파생 클래스에서 재정의된 경우 이 인스턴스 값이 파생 클래스에 대한 기본값인지 여부를 표시합니다. (다음에서 상속됨 Attribute) |
Match(Object) |
파생 클래스에서 재정의된 경우 이 인스턴스가 지정된 개체와 같은지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 Attribute) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
추가 정보
.NET