Condividi tramite


ICLSDataStoreDelegate Interfaccia

Definizione

Delegato per la richiesta di contesti di archivio dati.

[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
Derivato
Attributi
Implementazioni

Commenti

I contesti ClassKit vengono usati per disporre contenuto annidato, ad esempio capitoli e sezioni di un piano di lezione, per organizzare e tenere traccia dello stato e dei test degli studenti. ClassKit supporta un massimo di 8 livelli di annidamento del contenuto.

Proprietà

Handle

Gestire (puntatore) alla rappresentazione dell'oggetto non gestita.

(Ereditato da INativeObject)

Metodi

CreateContext(String, CLSContext, String[])

Richiede un contesto per i parametri specificati.

Si applica a