del método FileVersion.OpenBinaryStream
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight (en Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (en Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (en Microsoft.SharePoint.Client.dll)
Sintaxis
'Declaración
Public Function OpenBinaryStream As ClientResult(Of Stream)
'Uso
Dim instance As FileVersion
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.OpenBinaryStream()
public ClientResult<Stream> OpenBinaryStream()
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<Stream>