AutoCompleteEditHandler Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the auto-complete editing handler class.

public class AutoCompleteEditHandler : System.Web.Razor.Editor.SpanEditHandler
type AutoCompleteEditHandler = class
    inherit SpanEditHandler
Public Class AutoCompleteEditHandler
Inherits SpanEditHandler
Inheritance
AutoCompleteEditHandler

Constructors

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>)

Initializes a new instance of the AutoCompleteEditHandler class.

AutoCompleteEditHandler(Func<String,IEnumerable<ISymbol>>, AcceptedCharacters)

Initializes a new instance of the AutoCompleteEditHandler class.

Properties

AcceptedCharacters

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies the accepted characters.

(Inherited from SpanEditHandler)
AutoCompleteAtEndOfSpan

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value that indicates whether the auto-complete function is at the end of this span.

AutoCompleteString

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a string value to auto-complete.

EditorHints

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the editor hints.

(Inherited from SpanEditHandler)
Tokenizer

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Gets or sets the method used to parse string into tokens.

(Inherited from SpanEditHandler)

Methods

ApplyChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.

(Inherited from SpanEditHandler)
ApplyChange(Span, TextChange, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Applies the text change to the span.

(Inherited from SpanEditHandler)
CanAcceptChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates a parse result that can accept changes.

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether this instance and a specified object are equal.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this instance.

OwnsChange(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Determines whether the span owns the specified change.

(Inherited from SpanEditHandler)
ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the fully qualified type name of this instance.

UpdateSpan(Span, TextChange)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Updates the span using the normalized change.

(Inherited from SpanEditHandler)

Applies to