Search Results for

    Show / Hide Table of Contents

    Interface IMarkupDataNode

    An editor API node that directly represents a markup data item in the filter framework.

    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IMarkupDataNode
    Remarks

    Not all content items directly represent markup data. In particular start and end fields do not.

    There are also markup data nodes that are not IAbstractContentNodes, e.g. tag pair containers, other markers, etc.

    Properties

    Item

    Read-only access to the markup data item this node represents.

    Declaration
    IAbstractMarkupData Item { get; }
    Property Value
    Type Description
    IAbstractMarkupData

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

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