Interface IFileTweaker
Base interface that contains common functions for the file tweakers. Extended by IFilePreTweaker and IFilePostTweaker.
Namespace: SdlSdl.FileTypeSupportFrameworkNativeApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IFileTweaker
Properties
Enabled
Controls whether the tweaker is run during parsing.
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
MessageReporter
The framework will set this property as part of initialization for the component. The component can use this instance to report potential issues and non-fatal error conditions.
Declaration
INativeTextLocationMessageReporter MessageReporter { get; set; }
Property Value
Type | Description |
---|---|
INativeTextLocationMessageReporter |