Condividi tramite


SourceLocation.Advance(SourceLocation, String) Metodo

Definizione

Questo tipo/membro supporta l'infrastruttura .NET Framework e non deve essere usata direttamente dal codice. Sposta l'oggetto specificato nella posizione specificata.

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

Parametri

left
SourceLocation

Posizione a cui far avanzare l'oggetto.

text
String

Testo che avanza alla posizione data.

Restituisce

Percorso di origine.

Si applica a