AppCaptureSettings.AppCaptureDestinationFolder Property

Definition

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

Applies to

See also