Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
When overridden in a derived class, gets a Stream object that can be used to access the data in a file.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
ReadOnly Property FileStream As Stream
Get
'Usage
Dim instance As IFileDataRetriever
Dim value As Stream
value = instance.FileStream
Stream FileStream { get; }
property Stream^ FileStream {
Stream^ get ();
}
abstract FileStream : Stream
function get FileStream () : Stream
Property Value
Type: System.IO.Stream
A Stream object that can be used to access the file data.