Partilhar via


SymbolExtensions.GetContent Método

Definição

Sobrecargas

GetContent(SpanBuilder)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

GetContent(ISymbol)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

GetContent(IEnumerable<ISymbol>, SourceLocation)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)

Obtém o conteúdo dessa SymbolExtensions classe.

GetContent(SpanBuilder)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Parser.SyntaxTree.SpanBuilder span);
static member GetContent : System.Web.Razor.Parser.SyntaxTree.SpanBuilder -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (span As SpanBuilder) As LocationTagged(Of String)

Parâmetros

span
SpanBuilder

A intersecção com o alcance determinado.

Retornos

O conteúdo dessa SymbolExtensions classe.

Aplica-se a

GetContent(ISymbol)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Tokenizer.Symbols.ISymbol symbol);
static member GetContent : System.Web.Razor.Tokenizer.Symbols.ISymbol -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbol As ISymbol) As LocationTagged(Of String)

Parâmetros

symbol
ISymbol

Os símbolos fornecidos.

Retornos

O conteúdo dessa SymbolExtensions classe.

Aplica-se a

GetContent(IEnumerable<ISymbol>, SourceLocation)

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Obtém o conteúdo dessa SymbolExtensions classe.

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol> symbols, System.Web.Razor.Text.SourceLocation spanStart);
static member GetContent : seq<System.Web.Razor.Tokenizer.Symbols.ISymbol> * System.Web.Razor.Text.SourceLocation -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (symbols As IEnumerable(Of ISymbol), spanStart As SourceLocation) As LocationTagged(Of String)

Parâmetros

symbols
IEnumerable<ISymbol>

O símbolo a ser fornecido.

spanStart
SourceLocation

O índice inicial do alcance.

Retornos

O conteúdo dessa SymbolExtensions classe.

Aplica-se a

GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)

Obtém o conteúdo dessa SymbolExtensions classe.

public static System.Web.Razor.Text.LocationTagged<string> GetContent (this System.Web.Razor.Parser.SyntaxTree.SpanBuilder span, Func<System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>,System.Collections.Generic.IEnumerable<System.Web.Razor.Tokenizer.Symbols.ISymbol>> filter);
static member GetContent : System.Web.Razor.Parser.SyntaxTree.SpanBuilder * Func<seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>, seq<System.Web.Razor.Tokenizer.Symbols.ISymbol>> -> System.Web.Razor.Text.LocationTagged<string>
<Extension()>
Public Function GetContent (span As SpanBuilder, filter As Func(Of IEnumerable(Of ISymbol), IEnumerable(Of ISymbol))) As LocationTagged(Of String)

Parâmetros

span
SpanBuilder

A intersecção com o alcance determinado.

filter
Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>

Uma lista de símbolos escolhidos.

Retornos

O conteúdo dessa SymbolExtensions classe.

Aplica-se a