JsonReader.ReadStream - Méthode
Obtient le flux associé au lien flux à la position actuelle.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public Function ReadStream As Stream
'Utilisation
Dim instance As JsonReader
Dim returnValue As Stream
returnValue = instance.ReadStream()
public Stream ReadStream()
Valeur renvoyée
Type : System.IO.Stream
Flux de données associée au lien flux de données.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Le jeton JSON n'est ni une référence Null (Rien dans Visual Basic) ni un lien du flux. |