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>

이 항목의 부모입니다.

적용 대상