SystemProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
System.Title과 같은 일반적인 Windows 파일 속성의 이름을 인덱싱하기 위한 문자열 값을 제공하고 특정 파일 형식의 속성(예: 비디오 파일)에 대한 인덱싱 이름을 제공하는 도우미 개체도 참조합니다.
public ref class SystemProperties abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class SystemProperties
Public Class SystemProperties
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
SystemProperties를 사용하는 시나리오는 인덱싱이 Windows 파일 속성 중 하나로 시스템이 이미 정의한 속성에 대해 동일한 이름을 사용하도록 하는 검색 인덱스 또는 기타 작업을 정의하는 경우입니다.
일부 SystemProperties 속성은 문자열 이름을 직접 반환합니다. 예를 들어 SystemProperties.Title은 "System.Title" 문자열을 반환합니다. SystemProperties 속성 중 일부는 도우미 개체를 반환합니다. 예를 들어 SystemProperties.Video 는 SystemVideoProperties 개체를 반환합니다. 그런 다음 이 개체의 속성을 사용하여 비디오별 Windows 파일 속성의 이름을 가져올 수 있습니다(예: SystemVideoProperties.FrameHeight 는 "System.Video.FrameHeight"를 반환합니다.).
속성
Audio |
System.Audio에 대한 Windows 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
Author |
System.Author 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
Comment |
System.Comment 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
GPS |
System.GPS에 대한 Windows 시스템 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
Image |
System.Image에 대한 Windows 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
ItemNameDisplay |
System.ItemNameDisplay 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
Keywords |
System.Keywords 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
Media |
System.Media.Duration과 같은 시스템 미디어 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
Music |
System.Music에 대한 Windows 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
Photo |
System.Photo에 대한 Windows 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |
Rating |
System.Rating 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
Title |
System.Title 속성의 이름(Windows 파일 속성 중 하나)을 가져옵니다. |
Video |
System.Video에 대한 Windows 파일 속성의 인덱싱 이름을 제공하는 개체를 가져옵니다. |