ILineProvider.RegisterMarkerProcessor(string,Yarn.Markup.IAttributeMarkerProcessor)

Method in ILineProvider

Summary

Adds a new marker processor to the line provider.

public void RegisterMarkerProcessor(string attributeName, Yarn.Markup.IAttributeMarkerProcessor markerProcessor);

Parameters

NameDescription
string attributeNameThe name of the markers to use markerProcessor for.
IAttributeMarkerProcessor markerProcessorThe marker processor to add.