ModelItemExtensions.IsParentOf(ModelItem, ModelItem) Method

Definition

Returns a value that indicates whether the first specified designer item is a parent of the second specified designer item.

public static bool IsParentOf (this System.Activities.Presentation.Model.ModelItem item, System.Activities.Presentation.Model.ModelItem child);

Parameters

item
ModelItem

The parent designer item to check.

child
ModelItem

The child designer item to check.

Returns

true if item is the parent of child; otherwise, false.

Applies to

Produto Versões
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1