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
与可用性信息相关的其他信息。