共用方式為


NSFileProviderExtension.WritePlaceholder(NSUrl, NSDictionary, NSError) 方法

定義

使用提供的中繼資料寫入預留位置。

[Foundation.Export("writePlaceholderAtURL:withMetadata:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'NSFileProviderManager' instead.")]
public static bool WritePlaceholder (Foundation.NSUrl placeholderUrl, Foundation.NSDictionary metadata, ref Foundation.NSError error);
static member WritePlaceholder : Foundation.NSUrl * Foundation.NSDictionary *  -> bool

參數

placeholderUrl
NSUrl

與指定之檔相關的元素 URL。

metadata
NSDictionary

檔的中繼資料。

error
NSError

如果在執行期間發生錯誤,參數會設定為描述問題的錯誤物件。 如果未發生任何錯誤,您可能會傳入 Null。

傳回

如果成功寫入,則為 [是],否則為否。

屬性

備註

每當您需要檔的預留位置時,請使用 。 您不得覆寫這個方法。

這可從背景執行緒使用。

適用於