IStreamStorage<TKey> Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Utilities
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(TKey) | Indicates whether storage contains a Stream with the given key. |
![]() | Create(TKey) | |
![]() | Delete(TKey) | Deletes the Stream identified by the given key from storage. |
![]() | GetEnumerator() | (Inherited from IEnumerable<T>.) |
![]() | GetStreamSize(TKey, Int64, Int64) | Gets the number of bytes used by an existing Stream in the storage. |
![]() | GetTimestamp(TKey, TimestampKind) | Gets the timestamp for an existing Stream in the storage. |
![]() | Open(TKey, StreamAccess) | Opens an existing Stream in storage for reading. |
![]() | SetTimestamp(TKey, TimestampKind, DateTime) | Sets the timestamp for an existing Stream in the storage. |
Show:
