StorageLibraryChange 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
문서, 음악 또는 비디오 라이브러리와 같은 스토리지 라이브러리의 항목에 대한 변경 내용을 나타냅니다.
public ref class StorageLibraryChange sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageLibraryChange final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageLibraryChange
Public NotInheritable Class StorageLibraryChange
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)
|
설명
이 클래스의 인스턴스는 StorageLibraryChangeReader 클래스의 ReadBatchAsync 메서드에 의해 만들어집니다.
속성
ChangeType |
개체가 나타내는 변경 형식을 나타내는 StorageLibraryChangeType 값을 가져옵니다. |
Path |
변경된 스토리지 라이브러리의 파일 또는 폴더의 전체 경로를 가져옵니다. |
PreviousPath |
이동하거나 이름을 바꾸기 전에 스토리지 라이브러리에 있는 항목의 전체 경로를 가져옵니다. |
메서드
GetStorageItemAsync() |
변경된 스토리지 항목을 가져옵니다. |
IsOfType(StorageItemTypes) |
현재 StorageFolder 가 지정된 StorageItemTypes 값과 일치하는지 여부를 나타냅니다. |