'宣言
Public Function FindCommonVisualAncestor( _ ByVal otherVisual As DependencyObject _ ) As DependencyObject
public DependencyObject FindCommonVisualAncestor( DependencyObject otherVisual )
パラメータ
- otherVisual
- A visual object of type System.Windows.DependencyObject.
戻り値の型
The common ancestor of the visual object and otherVisual if one exists; otherwise, null 参照 (Visual Basicでは Nothing).