FileStreamStorage<TKey> Methods
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
| Name | Description | |
|---|---|---|
![]() | Contains(TKey) | Determines whether the storage contains a stream with the given key. |
![]() | Create(TKey) | Opens a new stream for writing, adding it to storage. |
![]() | Delete(TKey) | Deletes from storage the Stream identified by the given key. |
![]() | Dispose() | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from DisposableObject.) |
![]() | Dispose(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Standard virtual overload for IDisposable pattern.(Inherited from DisposableObject.) |
![]() | DisposeManagedResources() | (Overrides DisposableObject::DisposeManagedResources().) |
![]() | DisposeNativeResources() | This API supports the product infrastructure and is not intended to be used directly from your code. Allows derived classes to provide custom dispose handling for native resources.(Inherited from DisposableObject.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | This API supports the product infrastructure and is not intended to be used directly from your code. Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from DisposableObject.) |
![]() | GetEnumerator() | Gets an enumerator for keys in storage. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetStreamSize(TKey, Int64, Int64) | Gets the number of bytes actually used by an existing Stream in the storage. |
![]() | GetTimestamp(TKey, TimestampKind) | Gets the timestamp for an existing Stream in the storage. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Open(TKey, StreamAccess) | Open an existing stream in storage. |
![]() | SetTimestamp(TKey, TimestampKind, DateTime) | Sets the timestamp for an existing stream in the storage. |
![]() | ThrowIfDisposed() | This API supports the product infrastructure and is not intended to be used directly from your code. Throws an ObjectDisposedException if this object has been disposed.(Inherited from DisposableObject.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets an enumerator for keys in storage. |



