バージョン

GetFirstLastUiaChildElement メソッド

IsUIAElement によってフラグされる最初または最後の UIElement を取得するために使用するナビゲーション メソッド。
シンタックス
'宣言
 
Protected Function GetFirstLastUiaChildElement( _
   ByVal first As Boolean _
) As UIElement
protected UIElement GetFirstLastUiaChildElement( 
   bool first
)

パラメータ

first
最初の UIElement を取得する場合は true、最後の UIElement を取得する場合は false。

戻り値の型

IsUIAElement によいってフラグされる最初または最後の UIElement。
参照