ViewFilter.Dispose 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.
Frees up any resources allocated when the ViewFilter class was created.
public:
virtual void Dispose();
public:
virtual void Dispose();
virtual void Dispose();
public virtual void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Overridable Sub Dispose ()
Implements
Remarks
If you derive a class from the CodeWindowManager class and override this method, you must call the base method after you are done with your own clean up.
The base method releases several interfaces acquired in the constructor.