Search Results for

    Show / Hide Table of Contents

    Interface ILocationMarkerNode

    Framework specific locaiton marker node.

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

    Properties

    LocationMarker

    Read-only access to the underlying filter framework object.

    Declaration
    ILocationMarker LocationMarker { get; }
    Property Value
    Type Description
    ILocationMarker
    Remarks

    To change location marker properties, select the node, copy it to a document fragment, change the copy in the document fragment and call ReplaceSelection(IDocumentFragment) to insert it, replacing the existing node.

    Extension Methods

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

    On this page

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