SysHolographicWindowingEnvironment.IsLearningExperienceComplete 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
학습 환경이 완료되었는지 여부를 가져옵니다.
중요
이 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
학습 환경이 완료되었는지 여부입니다.