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

文字變更。

傳回

要尋找的區塊擁有者。

適用於