Method GetChildContexts
GetChildContexts()
Gets the collection of child contexts that can be navigated to from the current context.
Declaration
public IEnumerable<SequenceContext> GetChildContexts()
Returns
Type | Description |
---|---|
IEnumerable<SequenceContext> | The collection of child contexts that can be navigated to from the current context. |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |