StorageFile.Provider 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 StorageProvider object that contains info about the service that stores the current file.
public:
property StorageProvider ^ Provider { StorageProvider ^ get(); };
StorageProvider Provider();
public StorageProvider Provider { get; }
var storageProvider = storageFile.provider;
Public ReadOnly Property Provider As StorageProvider
Property Value
The StorageProvider object that contains info about the service that stores the current file. The file may be stored by the local file system or by a remote service like Microsoft OneDrive.