Search Results for

    Show / Hide Table of Contents

    Interface IBookmarkNode

    A leaf node representing a temporary bookmark.

    Inherited Members
    INode.AcceptNodeVisitor(INodeVisitor)
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IBookmarkNode : INode, IAbstractContentNode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>
    Remarks

    Bookmarks are editor-only nodes, the do not have a corresponding filter framework data type. For this reason they can only exist in the current instance of the document, they will always be lost if the document is saved through the filter framework.

    Bookmarks are typically inserted temporarily in the document during complex edit operations, to easily be able to find a specific location at a later point in the edit operation without having to track what is going on explicitly.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    EditorApiExtensions.ParentFirstOrDefault<T>(IAbstractNode)

    On this page

    • Extension Methods
    Back to top Generated by DocFX