StorageInfo.StreamExists(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 flux de données donné existe.
public:
bool StreamExists(System::String ^ name);
public bool StreamExists (string name);
member this.StreamExists : string -> bool
Public Function StreamExists (name As String) As Boolean
Paramètres
- name
- String
Le paramètre StreamInfo enfant à rechercher.
Retours
true si un flux de données existe avec le name spécifié ; sinon, false.