StorageCreatorDelegate<T> Delegate
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.
A delegate that creates a storage object, used by the constructor of the storage factory.
public delegate T StorageCreatorDelegate<T>(string path, bool writable, ITraceLogger logger);
type StorageCreatorDelegate<'T> = delegate of string * bool * ITraceLogger -> 'T
Public Delegate Function StorageCreatorDelegate(Of T)(path As String, writable As Boolean, logger As ITraceLogger) As T
Type Parameters
- T
Parameters
- path
- String
- writable
- Boolean
- logger
- Microsoft.VisualStudio.Settings.Internal.ITraceLogger
Return Value
T