バージョン

ContainsChild メソッド

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

パラメータ

child
チェックする子。

戻り値の型

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