Compartir a través de


SourceLocation.Advance(SourceLocation, String) 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. Hace avanzar el objeto especificado a la ubicación especificada.

public static System.Web.Razor.Text.SourceLocation Advance (System.Web.Razor.Text.SourceLocation left, string text);
static member Advance : System.Web.Razor.Text.SourceLocation * string -> System.Web.Razor.Text.SourceLocation
Public Shared Function Advance (left As SourceLocation, text As String) As SourceLocation

Parámetros

left
SourceLocation

Ubicación hasta la que se debe avanzar el objeto.

text
String

Texto que avanza hasta la ubicación dada.

Devoluciones

Ubicación de origen.

Se aplica a