OpenBinarySucceededEventArgs.Stream 属性

获取所请求的文件的二进制流。

命名空间:  Microsoft.SharePoint.Client
程序集:   Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中);  Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中)

语法

声明
Public ReadOnly Property Stream As Stream
    Get
用法
Dim instance As OpenBinarySucceededEventArgs
Dim value As Stream

value = instance.Stream
public Stream Stream { get; }

属性值

类型:System.IO.Stream
表示请求的文件的二进制流Stream对象。

另请参阅

引用

OpenBinarySucceededEventArgs 类

OpenBinarySucceededEventArgs 成员

Microsoft.SharePoint.Client 命名空间