AvalonEdit
Segments Property
NamespacesICSharpCode.AvalonEdit.EditingSelectionSegments
Gets the selected text segments.
Declaration Syntax
C#Visual BasicVisual C++
public abstract IEnumerable<SelectionSegment> Segments { get; }
Public MustOverride ReadOnly Property Segments As IEnumerable(Of SelectionSegment)
	Get
public:
virtual property IEnumerable<SelectionSegment^>^ Segments {
	IEnumerable<SelectionSegment^>^ get () abstract;
}

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238