次の方法で共有


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

プロパティ値

写真のインポート セッションのコピー先フォルダー。

適用対象