SilverlightElement.WindowHandle Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This member overrides UITechnologyElement.WindowHandle.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property WindowHandle As IntPtr
Get
public override IntPtr WindowHandle { get; }
public:
virtual property IntPtr WindowHandle {
IntPtr get () override;
}
abstract WindowHandle : IntPtr
override WindowHandle : IntPtr
override function get WindowHandle () : IntPtr
Property Value
Type: System.IntPtr
Returns IntPtr.
Implements
IUITechnologyElement.WindowHandle
.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
Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace