Share via


SpanEditHandler.ApplyChange Method (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.

Namespace:  System.Web.Razor.Editor
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Overridable Function ApplyChange ( _
    target As Span, _
    change As TextChange _
) As EditResult
'Usage
Dim instance As SpanEditHandler 
Dim target As Span 
Dim change As TextChange 
Dim returnValue As EditResult 

returnValue = instance.ApplyChange(target, _
    change)
public virtual EditResult ApplyChange(
    Span target,
    TextChange change
)
public:
virtual EditResult^ ApplyChange(
    Span^ target, 
    TextChange change
)
abstract ApplyChange : 
        target:Span * 
        change:TextChange -> EditResult  
override ApplyChange : 
        target:Span * 
        change:TextChange -> EditResult
public function ApplyChange(
    target : Span, 
    change : TextChange
) : EditResult

Parameters

Return Value

Type: System.Web.Razor.Editor.EditResult
The result of the apply operation.

See Also

Reference

SpanEditHandler Class

ApplyChange Overload

System.Web.Razor.Editor Namespace