ModelItem.Parents Property

Definition

Gets all parents of this item.

public:
 abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ Parents { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> Parents { get; }
member this.Parents : seq<System.Activities.Presentation.Model.ModelItem>
Public MustOverride ReadOnly Property Parents As IEnumerable(Of ModelItem)

Property Value

The parents of this item.

Applies to