LockedStorageCreatorDelegate<T> Delegate
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.
C++
generic <typename T>
public delegate T LockedStorageCreatorDelegate(System::String ^ path, bool writable, ITraceLogger ^ logger, IDisposable ^ storageLock);
public delegate T LockedStorageCreatorDelegate<T>(string path, bool writable, ITraceLogger logger, IDisposable storageLock);
type LockedStorageCreatorDelegate<'T> = delegate of string * bool * ITraceLogger * IDisposable -> 'T
Public Delegate Function LockedStorageCreatorDelegate(Of T)(path As String, writable As Boolean, logger As ITraceLogger, storageLock As IDisposable) As T
- T
- path
- String
- writable
- Boolean
- logger
- Microsoft.VisualStudio.Settings.Internal.ITraceLogger
- storageLock
- IDisposable
T
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |