RazorEditorParser.CheckForStructureChanges(TextChange) Method
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.Determines if a change will cause a structural change to the document and if not, applies it to the existing tree. If a structural change would occur, automatically starts a reparse.
public virtual System.Web.Razor.PartialParseResult CheckForStructureChanges(System.Web.Razor.Text.TextChange change);
abstract member CheckForStructureChanges : System.Web.Razor.Text.TextChange -> System.Web.Razor.PartialParseResult
override this.CheckForStructureChanges : System.Web.Razor.Text.TextChange -> System.Web.Razor.PartialParseResult
Public Overridable Function CheckForStructureChanges (change As TextChange) As PartialParseResult
Parameters
- change
- TextChange
The change to apply to the parse tree.
Returns
A PartialParseResult value indicating the result of the incremental parse.