AutomationElement.AutomationElementInformation.NativeWindowHandle 属性

定义

获取元素窗口的句柄。

public:
 property int NativeWindowHandle { int get(); };
public int NativeWindowHandle { get; }
member this.NativeWindowHandle : int
Public ReadOnly Property NativeWindowHandle As Integer

属性值

窗口的句柄(如果存在);否则为 0。

注解

有关详细信息,请参阅 NativeWindowHandleProperty

适用于