KnownFolders.AppCaptures 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 the App Captures folder.
public:
static property StorageFolder ^ AppCaptures { StorageFolder ^ get(); };
static StorageFolder AppCaptures();
public static StorageFolder AppCaptures { get; }
var storageFolder = KnownFolders.appCaptures;
Public Shared ReadOnly Property AppCaptures As StorageFolder
Property Value
The App Captures folder.