The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Mouse::Dispose Method ()
Releases all resources that are used by the current instance of the Mouse class.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Call Dispose when you finish using the Mouse. The Dispose method leaves the Mouse in an unusable state. After calling Dispose, you must release all references to the Mouse so that the garbage collector can reclaim the memory that the Mouse occupied.
For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Show:
