SfcVersionAttribute 클래스

정의

속성 또는 클래스의 지원되는 버전을 지정하는 특성 클래스

[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입니다.

적용 대상