WKInterfaceDevice.RemoveCachedImage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Remove the image with the specified name
from the device's image cache.
[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
Parameters
- name
- String
The identifier of the image.
- Attributes
Remarks
The name
should correspond with the name
used in calls to AddCachedImage(UIImage, String).