共用方式為


iOSAttribute 類別

定義

警告

Use [Introduced|Deprecated|Obsoleted|Unavailable] attributes with PlatformName.

屬性,指出 IOS 中首次導入 API 的時機。

[System.Obsolete("Use [Introduced|Deprecated|Obsoleted|Unavailable] attributes with PlatformName.")]
public sealed class iOSAttribute : ObjCRuntime.AvailabilityAttribute
type iOSAttribute = class
    inherit AvailabilityAttribute
繼承
屬性

備註

這個類別是建立實例的 AvailabilityAttribute 快捷方式。

建構函式

iOSAttribute(Byte, Byte)
已淘汰.

使用指定的架構、主要和次要版本,初始化 iOS 的新可用性屬性。

iOSAttribute(Byte, Byte, Boolean)
已淘汰.

使用指定的主要和次要版本,初始化 iOS 的新可用性屬性,如果屬性僅適用于 64 位架構,則為 。

iOSAttribute(Byte, Byte, Byte)
已淘汰.

使用指定的架構、主要、次要和子版本,初始化 iOS 的新可用性屬性。

iOSAttribute(Byte, Byte, Byte, Boolean)
已淘汰.

使用指定的主要、次要和子管理版本,以及屬性僅適用于 64 位架構,初始化 iOS 的新可用性屬性。

屬性

AlwaysAvailable
已淘汰.

表示可以假設成員或類型一律可在 macOS 和 iOS 上使用 (,以及目前支援的每個版本) 。

(繼承來源 AvailabilityAttribute)
Deprecated
已淘汰.

指定平臺已淘汰 API 的第一個版本;這表示使用者應該開始避免 API 並移轉至更適合的 API,但仍在技術上運作,但無法保證其可繼續運作的時間長度。

(繼承來源 AvailabilityAttribute)
DeprecatedArchitecture
已淘汰.

指出成員或類型已被取代的平臺。

(繼承來源 AvailabilityAttribute)
DeprecatedVersion
已淘汰.

指出成員或類型已被取代的平臺。

(繼承來源 AvailabilityAttribute)
Introduced
已淘汰.

針對指定平臺引進 API 的第一個版本。

(繼承來源 AvailabilityAttribute)
IntroducedArchitecture
已淘汰.

所引進版本的套用架構。

(繼承來源 AvailabilityAttribute)
IntroducedVersion
已淘汰.

指出引進功能之 API 上的版本。

(繼承來源 AvailabilityAttribute)
Message
已淘汰.

描述任何限制的訊息。

(繼承來源 AvailabilityAttribute)
Obsoleted
已淘汰.

從指定平臺淘汰 API 的第一個版本

(繼承來源 AvailabilityAttribute)
ObsoletedArchitecture
已淘汰.

過時版本的架構會套用至。

(繼承來源 AvailabilityAttribute)
ObsoletedVersion
已淘汰.

指出 API 已過時的版本。

(繼承來源 AvailabilityAttribute)
Unavailable
已淘汰.

API 目前不存在於指定的平臺上。

(繼承來源 AvailabilityAttribute)

方法

ToString()
已淘汰.

傳回人類可讀取的可用性屬性版本。

(繼承來源 AvailabilityAttribute)

適用於