BitmapProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이미지 속성 및 메타데이터에 대한 읽기 및 쓰기 액세스를 제공합니다.
public ref class BitmapProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BitmapProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BitmapProperties
Public NotInheritable Class BitmapProperties
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
이 클래스의 instance 다음 중 하나를 나타낼 수 있습니다.
- 프레임 메타데이터의 전체 내용입니다.
- 컨테이너 수준 메타데이터의 전체 콘텐츠입니다.
- 프레임 또는 컨테이너 내의 특정 중첩된 메타데이터 블록입니다.
메서드
GetPropertiesAsync(IIterable<String>) |
하나 이상의 비트맵 속성을 비동기적으로 검색합니다. |
SetPropertiesAsync(IIterable<KeyValuePair<String,BitmapTypedValue>>) |
하나 이상의 비트맵 속성을 비동기적으로 설정합니다. |