Visual.IsDescendantOf(DependencyObject) Metoda

Definice

Určuje, zda je objekt vizuálu potomkem nadřazeného objektu vizuálu.

public:
 bool IsDescendantOf(System::Windows::DependencyObject ^ ancestor);
public bool IsDescendantOf (System.Windows.DependencyObject ancestor);
member this.IsDescendantOf : System.Windows.DependencyObject -> bool
Public Function IsDescendantOf (ancestor As DependencyObject) As Boolean

Parametry

ancestor
DependencyObject

Hodnota typu DependencyObject.

Návraty

Boolean

true je-li vizuální objekt potomkem ancestor; jinak , false.

Platí pro