Method GetCurrentContext
GetCurrentContext()
Gets the SequenceContext associated with the Timeline currently shown in the Timeline window.
선언
public SequenceContext GetCurrentContext()
반환
타입 | 설명 |
---|---|
SequenceContext | The SequenceContext associated with the Timeline currently shown in the Timeline window. |
참고
Equivalent to TimelineNavigator.GetBreadCrumbs().Last()
예외
타입 | 조건 |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |