Partager via


TextChange.ApplyChange Méthode

Définition

Surcharges

ApplyChange(Span)

Applique la modification de texte au contenu de l’étendue et retourne le nouveau contenu. Cette méthode ne met pas à jour le contenu de l’étendue.

ApplyChange(String, Int32)

ApplyChange(Span)

Applique la modification de texte au contenu de l’étendue et retourne le nouveau contenu. Cette méthode ne met pas à jour le contenu de l’étendue.

public:
 System::String ^ ApplyChange(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ span);
public string ApplyChange (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span span);
member this.ApplyChange : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span -> string
Public Function ApplyChange (span As Span) As String

Paramètres

span
Span

Retours

S’applique à

ApplyChange(String, Int32)

public:
 System::String ^ ApplyChange(System::String ^ content, int changeOffset);
public string ApplyChange (string content, int changeOffset);
member this.ApplyChange : string * int -> string
Public Function ApplyChange (content As String, changeOffset As Integer) As String

Paramètres

content
String
changeOffset
Int32

Retours

S’applique à