次の方法で共有


SpanEditHandler.GetOldText(Span, TextChange) メソッド

定義

変更によって参照される古いテキストを返します。

protected public:
 static System::String ^ GetOldText(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Span ^ target, Microsoft::AspNetCore::Razor::Text::TextChange change);
protected internal static string GetOldText (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span target, Microsoft.AspNetCore.Razor.Text.TextChange change);
static member GetOldText : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Span * Microsoft.AspNetCore.Razor.Text.TextChange -> string
Protected Friend Shared Function GetOldText (target As Span, change As TextChange) As String

パラメーター

target
Span
change
TextChange

戻り値

注釈

変更を適用してコンテンツが既に更新されている場合、このデータは無効になります

適用対象