バージョン

ContinueDescendantSearch メソッド (LocationListItemContainerUIElement)

GetDescendant が指定された型/コンテキストで呼ばれたときにこの要素の子孫の検索を続けるかかどうかを返します。
シンタックス
'宣言
 
Protected Overrides Function ContinueDescendantSearch( _
   ByVal type As Type, _
   ByVal contexts() As Object _
) As Boolean
protected override bool ContinueDescendantSearch( 
   Type type,
   object[] contexts
)

パラメータ

type
検索する要素の型。
contexts
検索するコンテキストを含むオブジェクト配列。

戻り値の型

GetDescendant が指定された型/コンテキストで呼ばれたときにこの要素の子孫の検索を続けるかかどうか。
参照