FileStreamStorage<TKey>(IStreamStorageKeyFactory<TKey>, String, String) Constructeur

Définition

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.

S’applique à