ModelItem.Parents 属性

定义

获取此项的所有父级。

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)

属性值

IEnumerable<ModelItem>

此项的父级。

适用于