ModelItem.Parents Właściwość

Definicja

Pobiera wszystkie elementy nadrzędne tego elementu.

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)

Wartość właściwości

IEnumerable<ModelItem>

Elementy nadrzędne tego elementu.

Dotyczy