CachedFileUpdaterUI.UIStatus Property
Definition
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.
Gets an enum value that indicates the status of the file picker UI.
public:
property UIStatus UIStatus { UIStatus get(); };
UIStatus UIStatus();
public UIStatus UIStatus { get; }
var uIStatus = cachedFileUpdaterUI.uIStatus;
Public ReadOnly Property UIStatus As UIStatus
Property Value
The UIStatus value that indicates the status of the file picker UI.
Remarks
When an app providing updates has responded to all FileUpdateRequested events, this property indicates UIStatus.Complete.
Check for the UIStatus.Complete value to determine if your providing app has responded all FileUpdateRequested events. If the UIStatus is Complete your app should display page (which will be hosted in the file picker) to tell the user that the updates are complete.