GKDecisionTree.Export(NSUrl, NSError) 方法

定义

[Foundation.Export("exportToURL:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual bool Export(Foundation.NSUrl url, Foundation.NSError error);
abstract member Export : Foundation.NSUrl * Foundation.NSError -> bool
override this.Export : Foundation.NSUrl * Foundation.NSError -> bool

参数

url
NSUrl
error
NSError

内容待定。

此参数可以为 null

返回

属性

适用于