WebViewControlSettings.IsIndexedDBEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si l’utilisation d’IndexedDB est autorisée.
public:
property bool IsIndexedDBEnabled { bool get(); void set(bool value); };
bool IsIndexedDBEnabled();
void IsIndexedDBEnabled(bool value);
public bool IsIndexedDBEnabled { get; set; }
var boolean = webViewControlSettings.isIndexedDBEnabled;
webViewControlSettings.isIndexedDBEnabled = boolean;
Public Property IsIndexedDBEnabled As Boolean
Valeur de propriété
Boolean
bool
true si IndexedDB est autorisé ; sinon, false. La valeur par défaut est true.