IStorageProviderStatusUISourceFactory Schnittstelle

Definition

Gibt eine instance von IStorageProviderStatusUISource zurück.

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
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 11 Insider Preview (eingeführt in 10.0.23504.0)
API contract
Windows.Storage.Provider.CloudFilesContract (eingeführt in v7.0)

Hinweise

Cloudanbieter müssen diese Schnittstelle implementieren und die Implementierungsklasse im App-Manifest oder in der Registrierung registrieren. Ein Beispiel finden Sie in der Beispiel-App .

Methoden

GetStatusUISource(String)

Gibt die IStorageProviderStatusUISource für einen Cloudanbieter zurück.

Gilt für:

Weitere Informationen