StorageInfo.GetStreamInfo(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 l'instance StreamInfo portant le nom donné.
public:
System::IO::Packaging::StreamInfo ^ GetStreamInfo(System::String ^ name);
public System.IO.Packaging.StreamInfo GetStreamInfo (string name);
member this.GetStreamInfo : string -> System.IO.Packaging.StreamInfo
Public Function GetStreamInfo (name As String) As StreamInfo
Paramètres
- name
- String
Nom de l'instance de StreamInfo à retourner.
Retours
Flux de données avec le name spécifié.
Exceptions
Le paramètre name a la valeur null.