Skip to content

Commit fa5f157

Browse files
committed
Merged PR 20386: Update three Windows.Storage.Provider APIs from meriwether
Update Storage.Provider APIs from meriwether. Three APIs had sections to be removed. Also updated ProviderState with remarks and a link to an example.
2 parents d6ffad6 + 2611c9a commit fa5f157

3 files changed

Lines changed: 18 additions & 31 deletions

File tree

windows.storage.provider/istorageproviderstatusuisource_statusuichanged.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ event Windows.Foundation.TypedEventHandler<Windows.Storage.Provider.IStorageProv
1313

1414
This change notification event notifies the client side to update the storage provider status UI flyout.
1515

16-
## -property-value
17-
1816
## -see-also
1917

20-
[IStorageProviderStatusUISource_GetStatusUI](istorageproviderstatusuisource_getstatusui_715686310.md)
18+
[IStorageProviderStatusUISource](istorageproviderstatusuisource.md), [IStorageProviderStatusUISource_GetStatusUI](istorageproviderstatusuisource_getstatusui_715686310.md)

windows.storage.provider/istorageprovideruicommand_invoke_1893356988.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ public void Invoke ();
1313

1414
Executes the [IStorageProviderUICommand](istorageprovideruicommand.md)'s action.
1515

16-
## -property-value
17-
18-
void method
19-
2016
## -remarks
2117

2218
The flyout will be dismissed when any enabled command (see [State](istorageprovideruicommand_state.md)) is invoked.
2319

2420
## -see-also
2521

26-
[IStorageProviderUICommand](istorageprovideruicommand.md)
22+
[IStorageProviderUICommand](istorageprovideruicommand.md), [State](istorageprovideruicommand_state.md)

windows.storage.provider/storageproviderstatusui_providerstate.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,29 @@ public Windows.Storage.Provider.StorageProviderState ProviderState { get; set; }
1111

1212
## -description
1313

14-
Enumeration of the status of a storage provider status UI state.
14+
Provides the current sync status of the storage provider status UI.
1515

16-
### -field Error
16+
## -property-value
1717

18-
The storage provider has encountered errors.
18+
The current sync status of the storage provider status UI as a [StorageProviderState](storageproviderstate.md).
1919

20-
### -field InSync
21-
22-
The storage provider is currently in-sync.
23-
24-
### -field Offline
25-
26-
The storage provider is currently offline.
27-
28-
### -field Paused
29-
30-
The storage provider has paused syncing.
31-
32-
### -field Syncing
33-
34-
The storage provider is currently syncing.
20+
## -remarks
3521

36-
### -field Warning
22+
Possible `StorageProviderState` values are:
3723

38-
The storage provider would like to display a warning message to the user.
39-
40-
## -remarks
24+
| State | Description |
25+
|--------|--------|
26+
| `Error` | The storage provider has encountered errors. |
27+
| `InSync` | The storage provider is currently in-sync. |
28+
| `Offline` | The storage provider is currently offline. |
29+
| `Paused` | The storage provider has paused syncing. |
30+
| `Syncing` | The storage provider is currently syncing. |
31+
| `Warning` | The storage provider would like to display a warning message to the user. |
4132

4233
## -see-also
4334

44-
[StorageProviderStatuUI](storageproviderstatusui.md)
35+
[StorageProviderStatuUI](storageproviderstatusui.md), [StorageProviderState](storageproviderstate.md)
4536

4637
## -examples
38+
39+
Please refer to the [CloudMirror sample app](https://github.com/microsoft/Windows-classic-samples/blob/7cbd99ac1d2b4a0beffbaba29ea63d024ceff700/Samples/CloudMirror/CloudMirror/MyStatusUISource.cpp) for more details.

0 commit comments

Comments
 (0)