次の方法で共有


ObsoletedAttribute コンストラクター

定義

オーバーロード

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

可用性情報に関連する追加情報。

適用対象