IChartStorageHandler.Exists(String) Méthode
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.
Vérifie la présence de données sous une clé donnée.
public:
bool Exists(System::String ^ key);
public bool Exists (string key);
abstract member Exists : string -> bool
Public Function Exists (key As String) As Boolean
Paramètres
- key
- String
Clé d'index.
Retours
true
si des données existent sous une clé donnée ; sinon, false
.