TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.SpanConfig 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
protected:
property Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ SpanConfig { Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ get(); void set(Action<Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SpanBuilder ^> ^ value); };
protected Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> SpanConfig { get; set; }
member this.SpanConfig : Action<Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SpanBuilder> with get, set
Protected Property SpanConfig As Action(Of SpanBuilder)