StorageInfo.GetStreams Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of the StreamInfo instances that are currently contained in this store.
public:
cli::array <System::IO::Packaging::StreamInfo ^> ^ GetStreams();
public System.IO.Packaging.StreamInfo[] GetStreams();
member this.GetStreams : unit -> System.IO.Packaging.StreamInfo[]
Public Function GetStreams () As StreamInfo()
An array of the StreamInfo objects, each pointing to an I/O steam defined within this store.
GetStreams will always return a StreamInfo array, but the array may be empty (zero-length) if there are no streams defined in the store.
GetStreams provides a snapshot of the streams currently defined in the store. The individual StreamInfo objects will reflect the updated state of their respective streams, but the returned array will not be updated with any additions or deletions. Call GetStreams again to obtain an updated array as streams added or deleted to the store.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: