ApplicationData.SharedLocalFolder 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.
A StorageFolder for the shared data store.
public:
property StorageFolder ^ SharedLocalFolder { StorageFolder ^ get(); };
StorageFolder SharedLocalFolder();
public StorageFolder SharedLocalFolder { get; }
var storageFolder = applicationData.sharedLocalFolder;
Public ReadOnly Property SharedLocalFolder As StorageFolder
Property Value
Returns a StorageFolder for the shared data store.