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 |