IRecorderTechnologyManager.ProcessMouseEnter Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Sub ProcessMouseEnter ( _
handle As IntPtr _
)
'Usage
Dim instance As IRecorderTechnologyManager
Dim handle As IntPtr
instance.ProcessMouseEnter(handle)
void ProcessMouseEnter(
IntPtr handle
)
void ProcessMouseEnter(
IntPtr handle
)
function ProcessMouseEnter(
handle : IntPtr
)
abstract ProcessMouseEnter :
handle:IntPtr -> unit
Parameters
- handle
Type: System.IntPtr
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IRecorderTechnologyManager Interface