Mini SQL Query Extensibility Documentation
HighlightString Method (offset, length)
NamespacesMiniSqlQuery.CoreIEditorHighlightString(Int32, Int32)
Highlights the string starting at offset for length characters.
Declaration Syntax
C#Visual BasicVisual C++
void HighlightString(
	int offset,
	int length
)
Sub HighlightString ( _
	offset As Integer, _
	length As Integer _
)
void HighlightString(
	int offset, 
	int length
)
Parameters
offset (Int32)
The offset to start at.
length (Int32)
The length.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)