ObsoletedAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ObsoletedAttribute(PlatformName, PlatformArchitecture, String) |
指定したプラットフォームで API が廃止されることを指定して、新しい可用性属性を初期化します。 |
ObsoletedAttribute(PlatformName, Int32, Int32, PlatformArchitecture, String) |
指定したプラットフォームで API が廃止された日時を指定する新しい可用性属性を初期化します。 |
ObsoletedAttribute(PlatformName, Int32, Int32, Int32, PlatformArchitecture, String) |
指定したプラットフォームで API が廃止された日時を指定する新しい可用性属性を初期化します。 |
ObsoletedAttribute(PlatformName, PlatformArchitecture, String)
指定したプラットフォームで API が廃止されることを指定して、新しい可用性属性を初期化します。
public ObsoletedAttribute (ObjCRuntime.PlatformName platform, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute
パラメーター
- platform
- PlatformName
この可用性属性が適用されるプラットフォーム。
- architecture
- PlatformArchitecture
属性が適用されるアーキテクチャ (32 ビットのみ、64 ビットのみ、または 32 ビットアーキテクチャと 64 ビット アーキテクチャの両方)。
- message
- String
可用性情報に関連する追加情報。
適用対象
ObsoletedAttribute(PlatformName, Int32, Int32, PlatformArchitecture, String)
指定したプラットフォームで API が廃止された日時を指定する新しい可用性属性を初期化します。
public ObsoletedAttribute (ObjCRuntime.PlatformName platform, int majorVersion, int minorVersion, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * int * int * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute
パラメーター
- platform
- PlatformName
この可用性属性が適用されるプラットフォーム。
- majorVersion
- Int32
メジャー バージョン。
- minorVersion
- Int32
マイナー バージョン。
- architecture
- PlatformArchitecture
属性が適用されるアーキテクチャ (32 ビットのみ、64 ビットのみ、または 32 ビットアーキテクチャと 64 ビット アーキテクチャの両方)。
- message
- String
可用性情報に関連する追加情報。
適用対象
ObsoletedAttribute(PlatformName, Int32, Int32, Int32, PlatformArchitecture, String)
指定したプラットフォームで API が廃止された日時を指定する新しい可用性属性を初期化します。
public ObsoletedAttribute (ObjCRuntime.PlatformName platform, int majorVersion, int minorVersion, int subminorVersion, ObjCRuntime.PlatformArchitecture architecture = ObjCRuntime.PlatformArchitecture.None, string message = null);
new ObjCRuntime.ObsoletedAttribute : ObjCRuntime.PlatformName * int * int * int * ObjCRuntime.PlatformArchitecture * string -> ObjCRuntime.ObsoletedAttribute
パラメーター
- platform
- PlatformName
この可用性属性が適用されるプラットフォーム。
- majorVersion
- Int32
メジャー バージョン。
- minorVersion
- Int32
マイナー バージョン。
- subminorVersion
- Int32
サブミネーター バージョン。
- architecture
- PlatformArchitecture
属性が適用されるアーキテクチャ (32 ビットのみ、64 ビットのみ、または 32 ビットアーキテクチャと 64 ビット アーキテクチャの両方)。
- message
- String
可用性情報に関連する追加情報。