共用方式為


WKInterfaceDevice.RemoveCachedImage(String) 方法

定義

從裝置的映射快取中移除具有指定 name 之 的映射。

[Foundation.Export("removeCachedImageWithName:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void RemoveCachedImage (string name);
abstract member RemoveCachedImage : string -> unit
override this.RemoveCachedImage : string -> unit

參數

name
String

影像的識別碼。

屬性

備註

name應該與 name 呼叫 AddCachedImage(UIImage, String) 中使用的 對應。

適用於