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
屬性

建構函式

名稱 Description
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

屬性類別用來指定支援的屬性或類別版本

SfcVersionAttribute(Int32, Int32, Int32, Int32)

屬性類別用來指定支援的屬性或類別版本

SfcVersionAttribute(Int32, Int32)

屬性類別用來指定支援的屬性或類別版本

SfcVersionAttribute(Int32)

屬性類別用來指定支援的屬性或類別版本

屬性

名稱 Description
BeginVersion

此版本是該屬性支援的起始版本。 如果起始版本未定義,則為 null。

EndVersion

此版本的支援已終止。 如果是開放式的,則是無效。

適用於