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

コンストラクター

名前 説明
SfcVersionAttribute(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

プロパティまたはクラスのサポートされているバージョンを指定する属性クラス

SfcVersionAttribute(Int32, Int32, Int32, Int32)

プロパティまたはクラスのサポートされているバージョンを指定する属性クラス

SfcVersionAttribute(Int32, Int32)

プロパティまたはクラスのサポートされているバージョンを指定する属性クラス

SfcVersionAttribute(Int32)

プロパティまたはクラスのサポートされているバージョンを指定する属性クラス

プロパティ

名前 説明
BeginVersion

このプロパティのサポートが開始されたバージョン。 開始バージョンが未定義の場合は null。

EndVersion

このプロパティのサポートが終了したバージョン。 オープンエンドの場合は null。

適用対象