Method GetStringAndColorData
GetStringAndColorData(int, ref string, ref StringItemInfo[])
When implemented by a class, returns text and color information related to the specified line.
int GetStringAndColorData(int index, ref string text, ref StringItemInfo[] data)
Parameters
index
intThe index of line in strings array.
text
stringReturns text of the given line.
data
StringItemInfo[]Returns color information of specified line.
Returns
- int
Corresponding index within
ISyntaxStrings
collection.