File.OpenBinaryStream - Méthode
Opens the file as a stream.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function OpenBinaryStream As ClientResult(Of Stream)
'Utilisation
Dim instance As File
Dim returnValue As ClientResult(Of Stream)
returnValue = instance.OpenBinaryStream()
public ClientResult<Stream> OpenBinaryStream()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<Stream>
An object that represents the file.