ClaimedLineDisplay 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클레임된 줄 표시 디바이스를 나타냅니다.
public ref class ClaimedLineDisplay sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ClaimedLineDisplay final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ClaimedLineDisplay : System.IDisposable
Public NotInheritable Class ClaimedLineDisplay
Implements IDisposable
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
이 개체는 직접 생성하거나 LineDisplay.ClaimAsync를 사용하여 생성할 수 있습니다. 다른 주변 장치와 달리 선 표시에 대해 EnableAsync() 메서드가 제거되었습니다. 대신 줄 표시가 활성화된 상태여야 하는 명령이 전송될 때마다 디바이스가 암시적으로 사용하도록 설정됩니다.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1709 | 16299 | CheckHealthAsync |
1709 | 16299 | CheckPowerStatusAsync |
1709 | 16299 | CustomGlyphs |
1709 | 16299 | GetAttributes |
1709 | 16299 | GetStatisticsAsync |
1709 | 16299 | MaxBitmapSizeInPixels |
1709 | 16299 | StatusUpdated |
1709 | 16299 | SupportedCharacterSets |
1709 | 16299 | SupportedScreenSizesInCharacters |
1709 | 16299 | TryClearDescriptorsAsync |
1709 | 16299 | TryCreateWindowAsync |
1709 | 16299 | TrySetDescriptorAsync |
1709 | 16299 | TryStoreStorageFileBitmapAsync(StorageFile) |
1709 | 16299 | TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment,LineDisplayVerticalAlignment) |
1709 | 16299 | TryStoreStorageFileBitmapAsync(StorageFile, LineDisplayHorizontalAlignment,LineDisplayVerticalAlignment,Int32) |
1709 | 16299 | TryUpdateAttributesAsync |
1809 | 17763 | 종결 |
속성
Capabilities |
클레임된 줄 표시의 기능을 가져옵니다. |
CustomGlyphs |
기능이 지원되는 경우 줄 표시의 사용자 지정 문자 모양 목록을 가져옵니다. |
DefaultWindow |
줄 표시의 기본 디바이스 창을 가져옵니다. |
DeviceControlDescription |
선 표시에 대한 디바이스 컨트롤 설명을 가져옵니다. |
DeviceControlVersion |
선 표시의 디바이스 컨트롤 버전 번호를 가져옵니다. |
DeviceId |
선 표시의 DeviceInformation.Id 가져옵니다. |
DeviceServiceVersion |
줄 표시의 서비스 버전 번호를 가져옵니다. |
MaxBitmapSizeInPixels |
최대 비트맵 크기를 가져옵니다. |
PhysicalDeviceDescription |
물리적 디바이스 설명을 가져옵니다. |
PhysicalDeviceName |
물리적 디바이스 이름을 가져옵니다. |
SupportedCharacterSets |
줄 표시에서 지원하는 문자 집합을 가져옵니다. |
SupportedScreenSizesInCharacters |
줄 표시에서 지원하는 화면 크기를 가져옵니다. |
메서드
이벤트
Closed |
ClaimedLineDisplay가 닫혀 있을 때 발생하는 이벤트입니다. |
ReleaseDeviceRequested |
클레임된 줄 표시가 LineDisplay.ClaimAsync를 사용하는 다른 앱에서 클레임할 때 발생합니다. |
StatusUpdated |
선 표시의 전원 상태 변경이 있음을 애플리케이션에 알 수 있습니다. |