Method GetChildContexts
GetChildContexts()
Gets the collection of child contexts that can be navigated to from the current context.
선언
public IEnumerable<SequenceContext> GetChildContexts()
반환
타입 | 설명 |
---|---|
IEnumerable<SequenceContext> | The collection of child contexts that can be navigated to from the current context. |
예외
타입 | 조건 |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |