Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.