{description}
{excerpt}Returns a [CharacterRun|CharacterRun] object representing a range of characters within the comment text. Use this to set the font on specified characters within the text.{excerpt}
{signature:C#}
 public virtual CharacterRun GetCharacters(int startIndex)
{signature}{signature:vb.net}
Public Overridable Function GetCharacters(ByVal startIndex As Integer) As CharacterRun
{signature}
{parameters}
{param:startIndex}The 0\-based character position at which to begin the character run.{param}
{returns}A {{CharacterRun}} object representing a range of characters within the comment text.{returns}