FailedToPerformActionOnBlockedControlException.WindowHandle Property

Gets the handle of the window that blocks control.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public ReadOnly Property WindowHandle As IntPtr
public IntPtr WindowHandle { get; }
public:
property IntPtr WindowHandle {
    IntPtr get ();
}
member WindowHandle : IntPtr
function get WindowHandle () : IntPtr

Property Value

Type: System.IntPtr
The handle.

.NET Framework Security

See Also

Reference

FailedToPerformActionOnBlockedControlException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace