Search Results for

    Show / Hide Table of Contents

    Interface INativeLocationTracker

    Provided by the framework to the INativeFileWriter in order to help generate locations for any messages that are reported through the INativeTextLocationMessageReporter interface.

    Namespace: Sdl.FileTypeSupport.Framework.NativeApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface INativeLocationTracker

    Methods

    GetLocationAfterCurrentContent()

    Returns a text location that corresponds to the end of the content that has just been passed to the native file writer.

    Declaration
    NativeTextLocation GetLocationAfterCurrentContent()
    Returns
    Type Description
    NativeTextLocation

    GetLocationBeforeCurrentContent()

    Returns a text location that corresponds to the start of the content that has just been passed to the native file writer.

    Declaration
    NativeTextLocation GetLocationBeforeCurrentContent()
    Returns
    Type Description
    NativeTextLocation

    On this page

    • Methods
      • GetLocationAfterCurrentContent()
      • GetLocationBeforeCurrentContent()
    Back to top Generated by DocFX