IStorageProviderFactory Interface
Unstable.
Note: This API is unstable and may change in a future release.
Factory allows to register custom storage provider instead of native implementation.
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[UnstableAttribute]
public interface IStorageProviderFactory
<UnstableAttribute>
Public Interface IStorageProviderFactory
[<UnstableAttribute>]
type IStorageProviderFactory = interface end
Methods
CreateProvider(TopLevel) |