Compartir a través de


Block.LocateOwner(TextChange) Método

Definición

Este tipo o miembro admite la infraestructura de .NET Framework y no está pensado para usarse directamente desde el código. Busca el propietario del bloque.

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

Parámetros

change
TextChange

Cambio de texto.

Devoluciones

Propietario del bloque que se busca.

Se aplica a