SpanEditHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class SpanEditHandler
public class SpanEditHandler
type SpanEditHandler = class
Public Class SpanEditHandler
- Inheritance
-
SpanEditHandler
- Derived
Constructors
SpanEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters) | |
SpanEditHandler(Func<String,IEnumerable<ISymbol>>) |
Properties
AcceptedCharacters | |
EditorHints |
Obsolete.
This property is obsolete and will be removed in a future version. |
Tokenizer |
Methods
ApplyChange(Span, TextChange, Boolean) | |
ApplyChange(Span, TextChange) | |
CanAcceptChange(Span, TextChange) | |
CreateDefault() | |
CreateDefault(Func<String,IEnumerable<ISymbol>>) | |
Equals(Object) | |
GetHashCode() | |
GetOldText(Span, TextChange) |
Returns the old text referenced by the change. |
IsAtEndOfFirstLine(Span, TextChange) | |
IsAtEndOfSpan(Span, TextChange) | |
IsEndDeletion(Span, TextChange) |
Returns true if the specified change is an insertion of text at the end of this span. |
IsEndInsertion(Span, TextChange) |
Returns true if the specified change is an insertion of text at the end of this span. |
IsEndReplace(Span, TextChange) |
Returns true if the specified change is a replacement of text at the end of this span. |
OwnsChange(Span, TextChange) | |
ToString() | |
UpdateSpan(Span, TextChange) |