Icon.Dispose 方法

定义

释放此 Icon 使用的所有资源。Releases all resources used by this Icon.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

实现

注解

调用会 Dispose 允许出于其他目的重新分配此所使用的资源 IconCalling Dispose allows the resources that are used by this Icon to be reallocated for other purposes.

适用于