'宣言
Protected Overrides Function ContinueDescendantSearch( _
ByVal As Type, _
ByVal () As Object _
) As Boolean
protected override bool ContinueDescendantSearch(
Type ,
object[]
)
パラメータ
- type
- 検索対象の UIElement の System.Type (または基本クラス タイプ)。
- contexts
- UIElementのコンテキストにすべて一致する必要があるコンテキスト。
戻り値の型
検索対象の要素がこの要素の子孫である可能性がある場合はTrue。このメソッドがFalseを返す場合、この要素の子孫要素は検索から除外されます。