次の方法で共有


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

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。 スパン コンテンツから古いテキストを取得します。

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

パラメーター

target
Span

古いテキストの取得元のスパン。

change
TextChange

古いテキストの場所を含むテキストの変更。

戻り値

スパン コンテンツからの古いテキスト。

適用対象