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 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
Nom StreamInfo à rechercher.
Retours
true si un flux avec le flux spécifié name existe ; sinon, false.