バージョン

ContinueDescendantSearch メソッド (RowColRegionIntersectionUIElement)

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

パラメータ

type
contexts

戻り値の型

要素を見つけることができないために検索が要素チェーンを下るのを止める場合は False を返します。
参照

参照

RowColRegionIntersectionUIElement クラス
RowColRegionIntersectionUIElement メンバ
Infragistics.Win.UIElement.ContinueDescendantSearch(System.Type,System.Object[])