PhotoImportSession.DestinationFolder 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定相片匯入會話的目的地資料夾。
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
屬性值
相片匯入會話的目的地資料夾。