NonLockedStorageCreatorDelegate<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.
generic <typename T>
public delegate T NonLockedStorageCreatorDelegate(System::String ^ path, bool writable, ITraceLogger ^ logger);
public delegate T NonLockedStorageCreatorDelegate<T>(string path, bool writable, ITraceLogger logger);
type NonLockedStorageCreatorDelegate<'T> = delegate of string * bool * ITraceLogger -> 'T
Public Delegate Function NonLockedStorageCreatorDelegate(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