NSFileProviderExtension.DocumentStorageUrl 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開發人員不應該使用此已被取代的屬性。 開發人員應該改用 'FileProvider::NSFileProviderManager.DocumentStorageUrl'。
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.DocumentStorageUrl' instead.")]
public virtual Foundation.NSUrl DocumentStorageUrl { [Foundation.Export("documentStorageURL")] [ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'FileProvider::NSFileProviderManager.DocumentStorageUrl' instead.")] get; }
member this.DocumentStorageUrl : Foundation.NSUrl
屬性值
位於檔選擇器共用容器內的 URL。
- 屬性
備註
指定的 URL 必須可供檔案提供者副檔名存取。 它通常位於包含的應用程式和檢視控制器延伸模組所共用的容器中。
這可從背景執行緒使用。