AppCaptureSettings.AppCaptureDestinationFolder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the app capture destination folder.
Note
This API is not available to all Windows apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.
public:
property StorageFolder ^ AppCaptureDestinationFolder { StorageFolder ^ get(); void set(StorageFolder ^ value); };
StorageFolder AppCaptureDestinationFolder();
void AppCaptureDestinationFolder(StorageFolder value);
public StorageFolder AppCaptureDestinationFolder { get; set; }
var storageFolder = appCaptureSettings.appCaptureDestinationFolder;
appCaptureSettings.appCaptureDestinationFolder = storageFolder;
Public Property AppCaptureDestinationFolder As StorageFolder
Property Value
The app capture destination folder.
Windows requirements
App capabilities |
appCaptureSettings
|