Search Results for

    Show / Hide Table of Contents

    Interface ICommentMarker

    Comments associated with specific content inside markup data

    Inherited Members
    IAbstractMarkupData.AcceptVisitor(IMarkupDataVisitor)
    IAbstractMarkupData.RemoveFromParent()
    IAbstractMarkupData.Parent
    IAbstractMarkupData.IndexInParent
    IAbstractMarkupData.ParentParagraph
    ICloneable.Clone()
    IAbstractMarkupDataContainer.Split(Int32)
    IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer)
    IAbstractMarkupDataContainer.MoveAllItemsTo(IAbstractMarkupDataContainer, Int32)
    IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32)
    IAbstractMarkupDataContainer.MoveItemsTo(IAbstractMarkupDataContainer, Int32, Int32, Int32)
    IAbstractMarkupDataContainer.GetLocationsFrom(Location)
    IAbstractMarkupDataContainer.Find(Predicate<Location>)
    IAbstractMarkupDataContainer.Find(Predicate<IAbstractMarkupData>)
    IAbstractMarkupDataContainer.Find(Location, Predicate<Location>)
    IAbstractMarkupDataContainer.ForEachSubItem(Action<IAbstractMarkupData>)
    IAbstractMarkupDataContainer.AllSubItems
    IAbstractMarkupDataContainer.CanBeSplit
    IAbstractMarkupDataContainer.Locations
    ISupportsUniqueId.UniqueId
    IList<IAbstractMarkupData>.IndexOf(IAbstractMarkupData)
    IList<IAbstractMarkupData>.Insert(Int32, IAbstractMarkupData)
    IList<IAbstractMarkupData>.RemoveAt(Int32)
    IList<IAbstractMarkupData>.Item[Int32]
    ICollection<IAbstractMarkupData>.Add(IAbstractMarkupData)
    ICollection<IAbstractMarkupData>.Clear()
    ICollection<IAbstractMarkupData>.Contains(IAbstractMarkupData)
    ICollection<IAbstractMarkupData>.CopyTo(IAbstractMarkupData[], Int32)
    ICollection<IAbstractMarkupData>.Remove(IAbstractMarkupData)
    ICollection<IAbstractMarkupData>.Count
    ICollection<IAbstractMarkupData>.IsReadOnly
    IEnumerable<IAbstractMarkupData>.GetEnumerator()
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface ICommentMarker : IAbstractMarker, IAbstractMarkupData, ICloneable, IAbstractMarkupDataContainer, ISupportsUniqueId, IList<IAbstractMarkupData>, ICollection<IAbstractMarkupData>, IEnumerable<IAbstractMarkupData>, IEnumerable
    Remarks

    The comments refer to the content inside the container

    It is possible to attach the same comments to multiple locations by creating multiple comment markers that reference the same Comments instance. (Just call CreateCommentMarker(ICommentProperties), and pass in the same properties instance.)

    Properties

    Comments

    The actual comments for the content that this container spans

    Declaration
    ICommentProperties Comments { get; set; }
    Property Value
    Type Description
    ICommentProperties
    In this article
    Back to top Generated by DocFX