public void DisplayTextLineContainingBufferPosition(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition, double verticalDistance, ViewRelativePosition relativeTo, double?viewportWidthOverride, double?viewportHeightOverride)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Microsoft.VisualStudio.Text.SnapshotSpan GetTextElementSpan(Microsoft.VisualStudio.Text.SnapshotPoint point)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public Microsoft.VisualStudio.Text.Formatting.ITextViewLine GetTextViewLineContainingBufferPosition(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public CaretPosition MoveTo(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition, Microsoft.VisualStudio.Text.PositionAffinity caretAffinity)
 {
     throw new System.NotImplementedException();
 }
示例#5
0
 public CaretPosition MoveTo(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     _view.Selection.Clear();
     _position = bufferPosition;
     return(Position);
 }
示例#6
0
 public bool ContainsBufferPosition(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public CaretPosition MoveTo(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     _view.Selection.Clear();
     _position = new MockTrackingPoint((MockTextSnapshot)bufferPosition.Snapshot, bufferPosition.Position);
     return(Position);
 }
示例#8
0
 public Microsoft.VisualStudio.Text.Formatting.TextBounds GetCharacterBounds(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new System.NotImplementedException();
 }
示例#9
0
 public Microsoft.VisualStudio.Text.SnapshotSpan GetTextElementSpan(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new System.NotImplementedException();
 }
示例#10
0
 public System.Windows.Media.TextFormatting.TextRunProperties GetCharacterFormatting(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new System.NotImplementedException();
 }
示例#11
0
 public TextBounds GetExtendedCharacterBounds(Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition)
 {
     throw new NotImplementedException();
 }
示例#12
0
 VSTF.IWpfTextViewLine VSTE.IWpfTextView.GetTextViewLineContainingBufferPosition(VST.SnapshotPoint bufferPosition)
 {
     throw new NotImplementedException();
 }
示例#13
0
 VST.SnapshotSpan VSTE.ITextView.GetTextElementSpan(VST.SnapshotPoint point)
 {
     throw new NotImplementedException();
 }
示例#14
0
 void VSTE.ITextView.DisplayTextLineContainingBufferPosition(VST.SnapshotPoint bufferPosition, double verticalDistance, VSTE.ViewRelativePosition relativeTo, double?viewportWidthOverride, double?viewportHeightOverride)
 {
     throw new NotImplementedException();
 }