IMountedVolumeInfoProvider Interface

Defines a platform-specific mount volumes info provider implementation.

Definition

Namespace: Avalonia.Controls.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[UnstableAttribute]
public interface IMountedVolumeInfoProvider

Methods

Listen(ObservableCollectionMountedVolumeInfo) Listens to any changes in volume mounts and forwards updates to the referenced ObservableCollectionT.

See Also