INSFileProviderChangeObserver Interface
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.
Observes changes and deletions of the enumerated files from a INSFileProviderEnumerator.
[Foundation.Protocol(Name="NSFileProviderChangeObserver", WrapperType=typeof(FileProvider.NSFileProviderChangeObserverWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface INSFileProviderChangeObserver : IDisposable, ObjCRuntime.INativeObject
type INSFileProviderChangeObserver = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Methods
DidDeleteItems(String[]) | |
DidUpdateItems(INSFileProviderItem[]) | |
FinishEnumerating(NSError) | |
FinishEnumeratingChanges(NSData, Boolean) |