SymbolExtensions.GetContent Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GetContent(SpanBuilder) |
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy. |
GetContent(ISymbol) |
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy. |
GetContent(IEnumerable<ISymbol>, SourceLocation) |
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy. |
GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>) |
Pobiera zawartość tej SymbolExtensions klasy. |
GetContent(SpanBuilder)
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy.
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)
Parametry
- span
- SpanBuilder
Skrzyżowanie z daną rozpiętą.
Zwraca
Zawartość tej SymbolExtensions klasy.
Dotyczy
GetContent(ISymbol)
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy.
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)
Parametry
- symbol
- ISymbol
Podane symbole.
Zwraca
Zawartość tej SymbolExtensions klasy.
Dotyczy
GetContent(IEnumerable<ISymbol>, SourceLocation)
Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Pobiera zawartość tej SymbolExtensions klasy.
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)
Parametry
- symbols
- IEnumerable<ISymbol>
Symbole, które należy podać.
- spanStart
- SourceLocation
Początkowy indeks zakresu.
Zwraca
Zawartość tej SymbolExtensions klasy.
Dotyczy
GetContent(SpanBuilder, Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>)
Pobiera zawartość tej SymbolExtensions klasy.
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)
Parametry
- span
- SpanBuilder
Skrzyżowanie z daną rozpiętą.
- filter
- Func<IEnumerable<ISymbol>,IEnumerable<ISymbol>>
Lista wybranych symboli.
Zwraca
Zawartość tej SymbolExtensions klasy.