Share via


SysHolographicWindowingEnvironment.IsProtectedContentPresent 속성

정의

보호된 콘텐츠가 있는지 여부를 가져옵니다.

중요

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

public:
 property bool IsProtectedContentPresent { bool get(); };
bool IsProtectedContentPresent();
public bool IsProtectedContentPresent { get; }
var boolean = sysHolographicWindowingEnvironment.isProtectedContentPresent;
Public ReadOnly Property IsProtectedContentPresent As Boolean

속성 값

Boolean

bool

보호된 콘텐츠가 있는지 여부입니다.

적용 대상