UIDocument.PresentedSubitemLostVersion(NSUrl, NSFileVersion) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現檔案遺失的版本。
[Foundation.Export("presentedSubitemAtURL:didLoseVersion:")]
public virtual void PresentedSubitemLostVersion (Foundation.NSUrl url, Foundation.NSFileVersion version);
abstract member PresentedSubitemLostVersion : Foundation.NSUrl * Foundation.NSFileVersion -> unit
override this.PresentedSubitemLostVersion : Foundation.NSUrl * Foundation.NSFileVersion -> unit
參數
- url
- NSUrl
指出檔檔位置的 URL。
- version
- NSFileVersion
遺失子專案的 NSFileVersion。
- 屬性
備註
這可從背景執行緒使用。