StorageInfo.SubStorageExists(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.
Retourne une valeur qui indique si un sous-magasin enfant donné existe.
public:
bool SubStorageExists(System::String ^ name);
public bool SubStorageExists (string name);
member this.SubStorageExists : string -> bool
Public Function SubStorageExists (name As String) As Boolean
Paramètres
- name
- String
Nom du StorageInfo enfant à rechercher.
Retours
true si un sous-magasin enfant avec le name spécifié existe ; sinon, false.