Block.LocateOwner(TextChange) 方法

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码使用。找到块的所有者。

public System.Web.Razor.Parser.SyntaxTree.Span LocateOwner(System.Web.Razor.Text.TextChange change);
member this.LocateOwner : System.Web.Razor.Text.TextChange -> System.Web.Razor.Parser.SyntaxTree.Span
Public Function LocateOwner (change As TextChange) As Span

参数

change
TextChange

文本更改。

返回

要查找的块的所有者。

适用于