FileStreamStorage<TKey> Constructor
Definition
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.
Initializes a new instance of FileStreamStorage.
FileStreamStorage(Microsoft::VisualStudio::Utilities::IStreamStorageKeyFactory<TKey> const & keyFactory, std::wstring const & storagePath, std::wstring const & fileExtension = ".*");
public FileStreamStorage (Microsoft.VisualStudio.Utilities.IStreamStorageKeyFactory<TKey> keyFactory, string storagePath, string fileExtension = ".*");
new Microsoft.VisualStudio.Utilities.FileStreamStorage<'Key> : Microsoft.VisualStudio.Utilities.IStreamStorageKeyFactory<'Key> * string * string -> Microsoft.VisualStudio.Utilities.FileStreamStorage<'Key>
Public Sub New (keyFactory As IStreamStorageKeyFactory(Of TKey), storagePath As String, Optional fileExtension As String = ".*")
Parameters
- keyFactory
- IStreamStorageKeyFactory<TKey>
The storage key factory.
- storagePath
- String
The storage path.
- fileExtension
- String
By default, AllExtensions.