IMountedVolumeInfoProvider Interface
Unstable.
Note: This API is unstable and may change in a future release.
Defines a platform-specific mount volumes info provider implementation.
Definition
Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
[UnstableAttribute]
public interface IMountedVolumeInfoProvider
<UnstableAttribute>
Public Interface IMountedVolumeInfoProvider
[<UnstableAttribute>]
type IMountedVolumeInfoProvider = interface end
Methods
Listen(ObservableCollection(MountedVolumeInfo)) | Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollection(T). |