Search Results for

    Show / Hide Table of Contents

    Interface IChangeableContainerNode

    A container node that is part of a document fragment and which can be freely changed directly through the APIs.

    Inherited Members
    IChangeableNode.MoveTo(IChangeableContainerNode, IChangeableNode)
    IChangeableNode.RemoveFromParent()
    ITreeNode<IChangeableNode, IChangeableContainerNode>.Parent
    ITreeNode<IChangeableNode, IChangeableContainerNode>.NextSibling
    ITreeNode<IChangeableNode, IChangeableContainerNode>.PreviousSibling
    ITreeNode<IChangeableNode, IChangeableContainerNode>.Root
    System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IndexOf(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Insert(System.Int32, Sdl.DesktopEditor.EditorApi.IChangeableNode)
    System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.RemoveAt(System.Int32)
    System.Collections.Generic.IList<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Item[System.Int32]
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Add(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Clear()
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Contains(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.CopyTo(Sdl.DesktopEditor.EditorApi.IChangeableNode[], System.Int32)
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Remove(Sdl.DesktopEditor.EditorApi.IChangeableNode)
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.Count
    System.Collections.Generic.ICollection<Sdl.DesktopEditor.EditorApi.IChangeableNode>.IsReadOnly
    System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IChangeableNode>.GetEnumerator()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IChangeableContainerNode : IChangeableNode, ITreeNode<IChangeableNode, IChangeableContainerNode>, IList<IChangeableNode>, ICollection<IChangeableNode>, IEnumerable<IChangeableNode>, IEnumerable

    Methods

    Find(Predicate<IChangeableNode>, Boolean)

    Locate the first node that matches the predicate.

    Declaration
    IChangeableNode Find(Predicate<IChangeableNode> match, bool allSubNodes)
    Parameters
    Type Name Description
    System.Predicate<IChangeableNode> match

    Condition used to evaluate nodes.

    System.Boolean allSubNodes

    If false only direct child nodes in the container are searched, if true sub-nodes of any child container are also searched.

    Returns
    Type Description
    IChangeableNode

    The first node that matches the predicate.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • Find(Predicate<IChangeableNode>, Boolean)
    • Extension Methods
    Back to top Generated by DocFX