ICKRecordValue 接口

定义

表示所需方法的接口 ((如果协议 CKRecordValue有任何) )。

[Foundation.Protocol(Name="CKRecordValue", WrapperType=typeof(CloudKit.CKRecordValueWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public interface ICKRecordValue : IDisposable, ObjCRuntime.INativeObject
type ICKRecordValue = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

此接口包含所需的方法 ((如果任何) 由 CKRecordValue定义的协议)。

如果开发人员创建实现此接口的类,则实现方法将自动导出到 Objective-C,并使用协议中 CKRecordValue 定义的方法的匹配签名。

可选方法 ( 类作为接口的扩展方法提供的任何) ,从而允许开发人员调用协议上的任何可选方法。

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

适用于