public VirtualSnapshotSpan?GetSelectionOnTextViewLine(Microsoft.VisualStudio.Text.Formatting.ITextViewLine line) { throw new NotImplementedException(); }
public void Insert(int index, Microsoft.VisualStudio.Text.Formatting.ITextViewLine item) { throw new System.NotImplementedException(); }
public bool Remove(Microsoft.VisualStudio.Text.Formatting.ITextViewLine item) { throw new System.NotImplementedException(); }
public int GetIndexOfTextLine(Microsoft.VisualStudio.Text.Formatting.ITextViewLine textLine) { throw new System.NotImplementedException(); }