FileInformation 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
StorageFile에서 노출된 속성에 대한 동기 액세스를 제공하고 앱이 복사, 삭제, 이동 및 이름 바꾸기와 같은 비동기 파일 작업을 수행할 수 있도록 합니다.
public ref class FileInformation sealed : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class FileInformation final : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class FileInformation : IStorageItemInformation, IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemPropertiesWithProvider
Public NotInheritable Class FileInformation
Implements IStorageFile, IStorageFile2, IStorageFilePropertiesWithAvailability, IStorageItem2, IStorageItemInformation, IStorageItemPropertiesWithProvider
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
설명
fileInformationFactory.getFilesAsync 메서드 중 하나를 호출하여 FileInformation 개체 목록을 검색할 수 있습니다.
속성
Attributes |
파일의 특성을 가져옵니다. |
BasicProperties |
파일의 기본 속성 정보를 포함하는 개체를 가져옵니다. |
ContentType |
파일의 내용을 설명하는 문자열을 가져옵니다. |
DateCreated |
파일이 만들어진 날짜를 가져옵니다. |
DisplayName |
StorageFile의 사용자에게 친숙한 이름을 가져옵니다. |
DisplayType |
StorageFile의 표시 유형을 가져옵니다. |
DocumentProperties |
제목, 작성자 이름 등 StorageFile의 문서 속성에 대한 액세스를 제공하는 개체를 가져옵니다. |
FileType |
파일 형식을 가져옵니다. |
FolderRelativeId |
동일한 폴더의 다른 항목을 기준으로 StorageFile 을 고유하게 식별하는 식별자를 가져옵니다. |
ImageProperties |
StorageFile의 이미지 속성(예: 제목, 등급, 이미지를 촬영한 날짜)을 가져옵니다. 등 |
IsAvailable |
현재 파일이 다운로드되었거나 다운로드할 수 있는지 여부를 나타냅니다. |
MusicProperties |
StorageFile과 연결된 음악 속성(예: 앨범 이름, 아티스트 이름, 비트 전송률 등)을 가져옵니다. |
Name |
StorageFile의 이름을 가져옵니다. |
Path |
StorageFile의 경로를 가져옵니다. |
Properties |
StorageFile의 속성을 검색하기 위한 개체를 가져옵니다. |
Provider |
현재 파일을 저장하는 서비스에 대한 정보가 포함된 StorageProvider 개체를 가져옵니다. |
Thumbnail |
StorageFile과 연결된 썸네일을 가져옵니다. |
VideoProperties |
기간, 등급, 릴리스 날짜 등 StorageFile의 비디오 속성에 대한 액세스를 제공하는 개체를 가져옵니다. |
메서드
이벤트
PropertiesUpdated |
StorageFile의 속성 중 하나 이상이 업데이트되면 발생합니다. |
ThumbnailUpdated |
StorageFile의 축소판 그림이 업데이트되거나 더 나은 품질의 썸네일을 사용할 수 있을 때 발생합니다. |