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[])

指定されたパラメーターのコンテキストを要求します。

適用対象