共用方式為


NSError.GetFileProviderError 方法

定義

多載

GetFileProviderError(INSFileProviderItem)
GetFileProviderError(String)

GetFileProviderError(INSFileProviderItem)

[Foundation.Export("fileProviderErrorForCollisionWithItem:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError GetFileProviderError (FileProvider.INSFileProviderItem existingItem);
static member GetFileProviderError : FileProvider.INSFileProviderItem -> Foundation.NSError

參數

existingItem
INSFileProviderItem

傳回

屬性

適用於

GetFileProviderError(String)

[Foundation.Export("fileProviderErrorForNonExistentItemWithIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSError GetFileProviderError (string nonExistentItemIdentifier);
static member GetFileProviderError : string -> Foundation.NSError

參數

nonExistentItemIdentifier
String

傳回

屬性

適用於