バージョン

ContinueDescendantSearch メソッド (DayUIElement)

このメソッドは最適化の一手法として、検索対象の要素を含む可能性のない要素パスを検索から除外するために GetDescendant メソッドから呼び出されます。
シンタックス
'宣言
 
Protected Overrides Function ContinueDescendantSearch( _
   ByVal type As Type, _
   ByVal contexts() As Object _
) As Boolean
protected override bool ContinueDescendantSearch( 
   Type type,
   object[] contexts
)

パラメータ

type
検索対象の UIElement の System.Type (または基本クラス タイプ)。
contexts
UIElementのコンテキストにすべて一致する必要があるコンテキスト。

戻り値の型

検索対象の要素がこの要素の子孫である可能性がある場合はTrue。このメソッドがFalseを返す場合、この要素の子孫要素は検索から除外されます。
参照