CachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI 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 the letterbox UI of the file picker that is displayed when a file needs updates from the app.
public:
property CachedFileUpdaterUI ^ CachedFileUpdaterUI { CachedFileUpdaterUI ^ get(); };
CachedFileUpdaterUI CachedFileUpdaterUI();
public CachedFileUpdaterUI CachedFileUpdaterUI { get; }
var cachedFileUpdaterUI = cachedFileUpdaterActivatedEventArgs.cachedFileUpdaterUI;
Public ReadOnly Property CachedFileUpdaterUI As CachedFileUpdaterUI
Property Value
The letterbox UI of the file picker that is displayed when a file needs updates from the app.