Share via


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

제공된 매개 변수에 대한 컨텍스트를 요청합니다.

적용 대상