Search Results for

    Show / Hide Table of Contents

    Interface IOtherMarkerContainerNode

    Framework specific container node representing a custom marker.

    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 IOtherMarkerContainerNode : IAbstractContainerNode, INode, IAbstractNode, ITreeNode<IAbstractNode, IAbstractContainerNode>, IEnumerable<IAbstractNode>, IEnumerable, IMarkupDataNode
    Remarks

    This all nodes that are to be treated as marked are inside this container, though it may be possible that the underlying filter framework node has been cloned, and as a result there may be other containers with the same properties object, which should in that case also be treated as marked.

    Properties

    Marker

    Read-only access to the filter framework object.

    Declaration
    IOtherMarker Marker { get; }
    Property Value
    Type Description
    IOtherMarker

    Extension Methods

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

    On this page

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