Compartilhar via


WKInterfaceDevice.RemoveCachedImage(String) Método

Definição

Remova a imagem com o especificado name do cache de imagem do dispositivo.

[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

Parâmetros

name
String

O identificador da imagem.

Atributos

Comentários

O name deve corresponder ao name usado em chamadas para AddCachedImage(UIImage, String).

Aplica-se a