ICachedFileUpdaterActivatedEventArgs.CachedFileUpdaterUI Property

Definition

The letterbox UI of the file picker that is displayed when a file requires content management from the app.

public:
 property CachedFileUpdaterUI ^ CachedFileUpdaterUI { CachedFileUpdaterUI ^ get(); };
CachedFileUpdaterUI CachedFileUpdaterUI();
public CachedFileUpdaterUI CachedFileUpdaterUI { get; }
var cachedFileUpdaterUI = iCachedFileUpdaterActivatedEventArgs.cachedFileUpdaterUI;
Public ReadOnly Property CachedFileUpdaterUI As CachedFileUpdaterUI

Property Value

The letterbox UI of the file picker that is displayed when a file requires content management from the app.

Applies to

See also