ITextSelection.StreamSelectionSpan Property

Definition

Get the current selection as if it were a stream selection, regardless of the current selection mode.

public:
 property Microsoft::VisualStudio::Text::VirtualSnapshotSpan StreamSelectionSpan { Microsoft::VisualStudio::Text::VirtualSnapshotSpan get(); };
public Microsoft.VisualStudio.Text.VirtualSnapshotSpan StreamSelectionSpan { get; }
member this.StreamSelectionSpan : Microsoft.VisualStudio.Text.VirtualSnapshotSpan
Public ReadOnly Property StreamSelectionSpan As VirtualSnapshotSpan

Property Value

The VirtualSnapshotSpan.

Applies to