Information
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.

Keyboard.Dispose Method (Boolean)

 

Releases the unmanaged resources that are used by the Keyboard and optionally releases the managed resources.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

abstract Dispose : 
        disposing:bool -> unit
override Dispose : 
        disposing:bool -> unit

Parameters

disposing
Type: System.Boolean

true to dispose of the managed resources.

Return to top
Show: