Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IStorageProviderStatusUISourceFactory Interface
Definition
- Namespace:
- Windows.Storage.Provider
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.
Returns an instance of 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
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows 11 Insider Preview (introduced in 10.0.23504.0)
|
| API contract |
Windows.Storage.Provider.CloudFilesContract (introduced in v7.0)
|
Remarks
Cloud files providers must implement this interface and register the implementation class in the app manifest or registry. Refer to the sample app for an example.
Methods
| Name | Description |
|---|---|
| GetStatusUISource(String) |
Returns the IStorageProviderStatusUISource for a cloud files provider. |
Applies to
See also
Feedback
Was this page helpful?
