TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.SpanConfig Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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)