다음을 통해 공유


PhotoImportSession.DestinationFolder 속성

정의

사진 가져오기 세션의 대상 폴더를 가져오거나 설정합니다.

public:
 property IStorageFolder ^ DestinationFolder { IStorageFolder ^ get(); void set(IStorageFolder ^ value); };
IStorageFolder DestinationFolder();

void DestinationFolder(IStorageFolder value);
public IStorageFolder DestinationFolder { get; set; }
var iStorageFolder = photoImportSession.destinationFolder;
photoImportSession.destinationFolder = iStorageFolder;
Public Property DestinationFolder As IStorageFolder

속성 값

사진 가져오기 세션의 대상 폴더입니다.

적용 대상