TextChange.ApplyChange Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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