FileStreamStorage<TKey>(IStreamStorageKeyFactory<TKey>, String, String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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 = ".*")
Paramètres
- keyFactory
- IStreamStorageKeyFactory<TKey>
Fabrique de clés de stockage.
- storagePath
- String
Chemin d’accès de stockage.
- fileExtension
- String
Par défaut, AllExtensions.