Interface IOtherMarkerContainerNode
Framework specific container node representing a custom marker.
Inherited Members
System.Collections.Generic.IEnumerable<Sdl.DesktopEditor.EditorApi.IAbstractNode>.GetEnumerator()
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 |