UIDocument.PresentedSubitemChanged(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.
Changed NSFileVersion of subitem.
[Foundation.Export("presentedSubitemDidChangeAtURL:")]
public virtual void PresentedSubitemChanged (Foundation.NSUrl url);
abstract member PresentedSubitemChanged : Foundation.NSUrl -> unit
override this.PresentedSubitemChanged : Foundation.NSUrl -> unit
Parameters
- url
- NSUrl
URL that indicates the location of a document file.
- Attributes
Remarks
This can be used from a background thread.