HtmlMarkupParser.BuildSpan(SpanBuilder, SourceLocation, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這個類型/成員可以支援 .NET Framework 基礎結構,但不能直接使用於您的程式碼中。 使用指定的範圍建立器建立給定內容的範圍。
public override void BuildSpan(System.Web.Razor.Parser.SyntaxTree.SpanBuilder span, System.Web.Razor.Text.SourceLocation start, string content);
override this.BuildSpan : System.Web.Razor.Parser.SyntaxTree.SpanBuilder * System.Web.Razor.Text.SourceLocation * string -> unit
Public Overrides Sub BuildSpan (span As SpanBuilder, start As SourceLocation, content As String)
參數
- span
- SpanBuilder
用來建立範圍的範圍建立器。
- start
- SourceLocation
開始位置。
- content
- String
範圍內容。