IStorageProviderStatusUISourceFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une instance de IStorageProviderStatusUISource.
public interface class IStorageProviderStatusUISourceFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 458752)]
/// [Windows.Foundation.Metadata.Guid(316959604, 20058, 22737, 166, 47, 3, 118, 232, 238, 125, 216)]
struct IStorageProviderStatusUISourceFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 458752)]
[Windows.Foundation.Metadata.Guid(316959604, 20058, 22737, 166, 47, 3, 118, 232, 238, 125, 216)]
public interface IStorageProviderStatusUISourceFactory
Public Interface IStorageProviderStatusUISourceFactory
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Storage.Provider.CloudFilesContract (introduit dans v7.0)
|
Remarques
Les fournisseurs de cloud doivent implémenter cette interface et inscrire la classe d’implémentation dans le manifeste ou le registre de l’application. Reportez-vous à l’exemple d’application pour obtenir un exemple.
Méthodes
GetStatusUISource(String) |
Retourne iStorageProviderStatusUISource pour un fournisseur de cloud. |