共用方式為


NSFileProviderExtension.DocumentStorageUrl 屬性

定義

開發人員不應該使用此已被取代的屬性。 開發人員應該改用 '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 必須可供檔案提供者副檔名存取。 它通常位於包含的應用程式和檢視控制器延伸模組所共用的容器中。

這可從背景執行緒使用。

適用於