NSFileProviderExtension.ItemChangedAtUrl(NSUrl) Method
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.
When implemented by the developer, informs a file provider extension that there has been a change in a document.
[Foundation.Export("itemChangedAtURL:")]
public virtual void ItemChangedAtUrl (Foundation.NSUrl url);
abstract member ItemChangedAtUrl : Foundation.NSUrl -> unit
override this.ItemChangedAtUrl : Foundation.NSUrl -> unit
Parameters
- url
- NSUrl
The shared document's URL.
- Attributes
Remarks
You must override this method.Do not call super.
This can be used from a background thread.