StorageFile.Provider Property

Definition

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.

Implements

Applies to

See also