Span.ApplyChange Method (TextChange, Boolean)

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

Namespace:  System.Web.Razor.Parser.SyntaxTree
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Function ApplyChange ( _
    change As TextChange, _
    force As Boolean _
) As PartialParseResult
'Usage
Dim instance As Span
Dim change As TextChange
Dim force As Boolean
Dim returnValue As PartialParseResult

returnValue = instance.ApplyChange(change, _
    force)
public PartialParseResult ApplyChange(
    TextChange change,
    bool force
)
public:
PartialParseResult ApplyChange(
    TextChange change, 
    bool force
)
public function ApplyChange(
    change : TextChange, 
    force : boolean
) : PartialParseResult

Parameters

Return Value

Type: System.Web.Razor.PartialParseResult

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

Span Class

ApplyChange Overload

System.Web.Razor.Parser.SyntaxTree Namespace