JsonReader.ReadStream 方法
取得資料流連結,在目前的位置相關聯的資料流。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight.Runtime (在 Microsoft.SharePoint.Client.Silverlight.Runtime.dll 中); Microsoft.SharePoint.Client.Phone.Runtime (在 Microsoft.SharePoint.Client.Phone.Runtime.dll 中) Microsoft.SharePoint.Client.Runtime (在 Microsoft.SharePoint.Client.Runtime.dll 中)
語法
'宣告
Public Function ReadStream As Stream
'用途
Dim instance As JsonReader
Dim returnValue As Stream
returnValue = instance.ReadStream()
public Stream ReadStream()
傳回值
類型:System.IO.Stream
資料流連結相關聯的資料流。
例外狀況
例外狀況 | 條件 |
---|---|
InvalidOperationException | JSON 權杖不是null 參考 (未執行任何動作 於 Visual Basic 中)或串流連結。 |