ICLSDataStoreDelegate Interfaz

Definición

Delegado para solicitar contextos de almacén de datos.

[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
Derivado
Atributos
Implementaciones

Comentarios

Los contextos de ClassKit se usan para organizar contenido anidado, como capítulos y secciones de un plan de lección, con el fin de organizar y realizar un seguimiento del progreso y las pruebas de los alumnos. ClassKit admite un máximo de 8 capas de anidamiento de contenido.

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

CreateContext(String, CLSContext, String[])

Solicita un contexto para los parámetros proporcionados.

Se aplica a