StorageInfo.GetStreamInfo(String) Méthode

Définition

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 StreamInfo à retourner.

Retours

Flux avec le fichier spécifié name.

Exceptions

Le name paramètre est null.

S’applique à

Voir aussi