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 需要通过文件提供程序扩展进行访问。 通常,它驻留在容器中,该容器由包含的应用和视图控制器扩展共享。

这可以从后台线程使用。

适用于