AutomationElement.AutomationElementInformation.NativeWindowHandle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得項目之視窗的控制代碼。
public:
property int NativeWindowHandle { int get(); };
public int NativeWindowHandle { get; }
member this.NativeWindowHandle : int
Public ReadOnly Property NativeWindowHandle As Integer
屬性值
視窗的控制代碼 (如果存在的話);否則為 0。
備註
如需詳細資訊,請參閱NativeWindowHandleProperty。