'宣言
Public Function IsAncestorOf( _ ByVal descendant As DependencyObject _ ) As Boolean
public bool IsAncestorOf( DependencyObject descendant )
パラメータ
- descendant
- A value of type System.Windows.DependencyObject.
戻り値の型
true if the visual object is an ancestor of descendant; otherwise, false.