WebUICachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI Property

Definition

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 = webUICachedFileUpdaterActivatedEventArgs.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.

Implements

Applies to