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

See Also

Reference

SilverlightContainer Class

Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight Namespace