Partager via


ICLSDataStoreDelegate Interface

Définition

Délégué pour demander des contextes de magasin de données.

[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
Dérivé
Attributs
Implémente

Remarques

Les contextes ClassKit sont utilisés pour organiser le contenu imbriqué, comme les chapitres et les sections d’un plan de leçon, afin d’organiser et de suivre la progression et les tests des étudiants. ClassKit prend en charge un maximum de 8 couches d’imbrication de contenu.

Propriétés

Handle

Handle (pointeur) vers la représentation d’objet non managée.

(Hérité de INativeObject)

Méthodes

CreateContext(String, CLSContext, String[])

Demande un contexte pour les paramètres fournis.

S’applique à