Метод FileVersion.OpenBinaryStream
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Function OpenBinaryStream As ClientResult(Of Stream)
'Применение
Dim instance As FileVersion
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.OpenBinaryStream()
public ClientResult<Stream> OpenBinaryStream()
Возвращаемое значение
Тип: Microsoft.SharePoint.Client.ClientResult<Stream>