Share via


ViewItem.IsDescendantOf Method

Definition

Overloads

IsDescendantOf(ViewItem)
IsDescendantOf(Visual)

IsDescendantOf(ViewItem)

public:
 abstract bool IsDescendantOf(Microsoft::VisualStudio::DesignTools::Extensibility::Interaction::ViewItem ^ ancestor);
public abstract bool IsDescendantOf (Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ViewItem ancestor);
abstract member IsDescendantOf : Microsoft.VisualStudio.DesignTools.Extensibility.Interaction.ViewItem -> bool
Public MustOverride Function IsDescendantOf (ancestor As ViewItem) As Boolean

Parameters

ancestor
ViewItem

Returns

Applies to

IsDescendantOf(Visual)

public:
 abstract bool IsDescendantOf(System::Windows::Media::Visual ^ ancestor);
public abstract bool IsDescendantOf (System.Windows.Media.Visual ancestor);
abstract member IsDescendantOf : System.Windows.Media.Visual -> bool
Public MustOverride Function IsDescendantOf (ancestor As Visual) As Boolean

Parameters

ancestor
Visual

Returns

Applies to