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 令牌是空引用(无 在 Visual Basic 中)也流链接不。

另请参阅

引用

JsonReader 类

JsonReader 成员

Microsoft.SharePoint.Client 命名空间