Method GetRootContext
GetRootContext()
Gets the first SequenceContext in the breadcrumbs.
선언
public SequenceContext GetRootContext()
반환
| 타입 | 설명 |
|---|---|
| SequenceContext | The first SequenceContext in the breadcrumbs. |
참고
Equivalent to TimelineNavigator.GetBreadCrumbs().First()
예외
| 타입 | 조건 |
|---|---|
| InvalidOperationException | The Window associated to this instance has been destroyed. |