次の方法で共有


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 には、ファイル プロバイダー拡張機能からアクセスできる必要があります。 通常、コンテナー内に存在します。コンテナーは、含まれているアプリとビュー コントローラー拡張機能によって共有されます。

これは、バックグラウンド スレッドから使用できます。

適用対象