FileStreamStorage<TKey> Constructor (IStreamStorageKeyFactory<TKey>^, String^, String^)

Visual Studio 2015
 

Initializes a new instance of FileStreamStorage.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
FileStreamStorage(
	IStreamStorageKeyFactory<TKey>^ keyFactory,
	String^ storagePath,
	String^ fileExtension = ".*"
)

Parameters

keyFactory
Type: Microsoft.VisualStudio.Utilities::IStreamStorageKeyFactory<TKey>^

The storage key factory.

storagePath
Type: System::String^

The storage path.

fileExtension
Type: System::String^

By default, AllExtensions.

Return to top
Show: