NSError.GetFileProviderError 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
返回
- 属性