[C#/WINUI3/.NET8] StorageFolder 클래스 : TryGetItemAsync 메소드를 사용해 IAsyncOperation 객체 구하기

■ StorageFolder 클래스의 TryGetItemAsync 메소드를 사용해 IAsyncOperation<IStorageItem> 객체를 구하는 방법을 보여준다.

예제 코드 (C#)

Advertisements