Method GetParentContext
GetParentContext()
Gets the parent SequenceContext for the Timeline currently shown in the Timeline window.
선언
public SequenceContext GetParentContext()
반환
타입 | 설명 |
---|---|
SequenceContext | The parent SequenceContext for the Timeline currently shown in the Timeline window if there is one; an invalid SequenceContext otherwise. Invalid |
예외
타입 | 조건 |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |