ICLSDataStoreDelegate 接口

定义

请求数据存储上下文的委托。

[Foundation.Protocol(Name="CLSDataStoreDelegate", WrapperType=typeof(ClassKit.CLSDataStoreDelegateWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 4, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface ICLSDataStoreDelegate : IDisposable, ObjCRuntime.INativeObject
type ICLSDataStoreDelegate = interface
    interface INativeObject
    interface IDisposable
派生
属性
实现

注解

ClassKit 上下文用于排列嵌套内容(如课程计划的章节和部分),以便组织和跟踪学生的进度和测试。 ClassKit 最多支持 8 层的内容嵌套。

属性

Handle

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

(继承自 INativeObject)

方法

CreateContext(String, CLSContext, String[])

请求提供的参数的上下文。

适用于