Search Results for

    Show / Hide Table of Contents

    Interface IRevisionMarkerContainerNode

    A bilingual API revision marker in the editor.

    Inherited Members
    IAbstractContainerNode.Find(Predicate<INode>, Boolean)
    IAbstractContainerNode.FindContentNode(Predicate<IAbstractContentNode>, Boolean)
    IAbstractContainerNode.FindAllNodes(Predicate<IAbstractNode>, Boolean)
    IAbstractContainerNode.StartNode
    IAbstractContainerNode.EndNode
    INode.AcceptNodeVisitor(INodeVisitor)
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Parent
    ITreeNode<IAbstractNode, IAbstractContainerNode>.NextSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.PreviousSibling
    ITreeNode<IAbstractNode, IAbstractContainerNode>.Root
    System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
    IMarkupDataNode.Item
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IRevisionMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IEnumerable<IAbstractNode>, IEnumerable, IMarkupDataNode

    Properties

    RevisionMarker

    Read-only access to the filter framework object.

    Declaration
    IRevisionMarker RevisionMarker { get; }
    Property Value
    Type Description
    IRevisionMarker
    Remarks

    To change the properties, move the selection to select the entire revision (i.e. everything from the start to the end node) and call CopySelection() to copy it into a document fragment. Change the document fragment object and call ReplaceSelection(IDocumentFragment) to let the changed copy replace the existing tag pair node. This ensures the undo buffer will contain the change.

    Extension Methods

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

    On this page

    • Properties
      • RevisionMarker
    • Extension Methods
    Back to top Generated by DocFX