ImplicitExpressionEditHandler 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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Provides edit handler for implicit expression.
public class ImplicitExpressionEditHandler : System.Web.Razor.Editor.SpanEditHandler
type ImplicitExpressionEditHandler = class
inherit SpanEditHandler
Public Class ImplicitExpressionEditHandler
Inherits SpanEditHandler
- Inheritance
Constructors
ImplicitExpressionEditHandler(Func<String,IEnumerable<ISymbol>>, ISet<String>, Boolean) |
Initializes a new instance of the ImplicitExpressionEditHandler 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) |
AcceptTrailingDot |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets a value indicating whether the expression accepts trailing dot. |
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) |
Keywords |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keywords associated with the expression. |
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, 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) |
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) |
CanAcceptChange(Span, TextChange) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates the parse that can accept change. |
Equals(Object) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the specified object is equal to the current object. |
GetHashCode() |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves the hash code for this current 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 a string representation of this current 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) |