共用方式為


Span.ReplaceWith(SpanBuilder) 方法

定義

這個類型/成員可以支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 以指定的範圍建立器取代此範圍的範圍建立器。

public void ReplaceWith (System.Web.Razor.Parser.SyntaxTree.SpanBuilder builder);
member this.ReplaceWith : System.Web.Razor.Parser.SyntaxTree.SpanBuilder -> unit
Public Sub ReplaceWith (builder As SpanBuilder)

參數

builder
SpanBuilder

要用於此範圍的新建立器。

適用於