SfcVersionAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcVersionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcVersionAttribute = class
inherit Attribute
Public Class SfcVersionAttribute
Inherits Attribute
- 상속
-
SfcVersionAttribute
- 특성
생성자
| Name | Description |
|---|---|
| SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스 |
| SfcVersionAttribute(Int32, Int32, Int32, Int32) |
속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스 |
| SfcVersionAttribute(Int32, Int32) |
속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스 |
| SfcVersionAttribute(Int32) |
속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스 |
속성
| Name | Description |
|---|---|
| BeginVersion |
이 속성에 대한 지원이 시작된 버전입니다. 시작 버전이 정의되지 않은 경우 Null입니다. |
| EndVersion |
이 속성에 대한 지원이 종료된 버전입니다. 열려 있는 경우 Null입니다. |