バージョン

ContainsChild メソッド

提供された子が凡例にあるかどうかを返します。
シンタックス
'宣言
 
Protected Friend Function ContainsChild( _
   ByVal child As UIElement _
) As Boolean
protected internal bool ContainsChild( 
   UIElement child
)

パラメータ

child
チェックする子。

戻り値の型

子が凡例にある場合は True。
参照