다음을 통해 공유


SysHolographicWindowingEnvironment.IsLearningExperienceComplete 속성

정의

학습 환경이 완료되었는지 여부를 가져옵니다.

중요

이 API는 Windows 운영 체제의 구성 요소에서만 사용할 수 있습니다. 이러한 API에 대한 호출은 런타임에 다른 모든 프로세스에 대해 실패합니다. 이러한 API는 향후 Windows 릴리스에서 수정하거나 제거할 수 있습니다.

public:
 property bool IsLearningExperienceComplete { bool get(); void set(bool value); };
bool IsLearningExperienceComplete();

void IsLearningExperienceComplete(bool value);
public bool IsLearningExperienceComplete { get; set; }
var boolean = sysHolographicWindowingEnvironment.isLearningExperienceComplete;
sysHolographicWindowingEnvironment.isLearningExperienceComplete = boolean;
Public Property IsLearningExperienceComplete As Boolean

속성 값

Boolean

bool

학습 환경이 완료되었는지 여부입니다.

적용 대상