ITextStudioExtensionTagProcessor
public interface ITextStudioExtensionTagProcessorReceives compiled extension tags and reveal-time tag events for one host.
Methods
Section titled “Methods”
OnExtensionTagsChanged(TextStudioPlanView)
Section titled “OnExtensionTagsChanged(TextStudioPlanView)”void OnExtensionTagsChanged(TextStudioPlanView plan)Notifies the processor after the compiled plan or its extension-tag set changes.
Parameters
| Name | Type | Description |
|---|---|---|
plan |
TextStudio.TextStudioPlanView | Transient compiled-plan view that must not be retained. |
OnExtensionTagReached(in TextStudioExtensionTag)
Section titled “OnExtensionTagReached(in TextStudioExtensionTag)”void OnExtensionTagReached(in TextStudioExtensionTag tag)Notifies the processor when reveal reaches a tag configured for reveal dispatch.
Parameters
| Name | Type | Description |
|---|---|---|
tag |
TextStudio.TextStudioExtensionTag | Tag occurrence valid only for the duration of the call. |