Udostępnij za pośrednictwem


ParserResults Konstruktory

Definicja

Przeciążenia

ParserResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

Tworzy wystąpienie nowego ParserResults wystąpienia.

ParserResults(Boolean, Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

Tworzy wystąpienie nowego ParserResults wystąpienia.

ParserResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

Tworzy wystąpienie nowego ParserResults wystąpienia.

public:
 ParserResults(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ document, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ tagHelperDescriptors, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
public ParserResults (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> tagHelperDescriptors, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
new Microsoft.AspNetCore.Razor.ParserResults : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> * Microsoft.AspNetCore.Razor.ErrorSink -> Microsoft.AspNetCore.Razor.ParserResults
Public Sub New (document As Block, tagHelperDescriptors As IEnumerable(Of TagHelperDescriptor), errorSink As ErrorSink)

Parametry

document
Block

Element Block dla drzewa składni.

tagHelperDescriptors
IEnumerable<TagHelperDescriptor>

S TagHelperDescriptor, które mają zastosowanie do bieżącego dokumentu Razor.

errorSink
ErrorSink

Element ErrorSink używany do zbierania RazorErrornapotkanych podczas analizowania bieżącego dokumentu Razor.

Dotyczy

ParserResults(Boolean, Block, IEnumerable<TagHelperDescriptor>, ErrorSink)

Tworzy wystąpienie nowego ParserResults wystąpienia.

protected:
 ParserResults(bool success, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::Block ^ document, System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Razor::Compilation::TagHelpers::TagHelperDescriptor ^> ^ tagHelperDescriptors, Microsoft::AspNetCore::Razor::ErrorSink ^ errorSink);
protected ParserResults (bool success, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block document, System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> tagHelperDescriptors, Microsoft.AspNetCore.Razor.ErrorSink errorSink);
new Microsoft.AspNetCore.Razor.ParserResults : bool * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.Block * seq<Microsoft.AspNetCore.Razor.Compilation.TagHelpers.TagHelperDescriptor> * Microsoft.AspNetCore.Razor.ErrorSink -> Microsoft.AspNetCore.Razor.ParserResults
Protected Sub New (success As Boolean, document As Block, tagHelperDescriptors As IEnumerable(Of TagHelperDescriptor), errorSink As ErrorSink)

Parametry

success
Boolean

true jeśli analizowanie zakończyło się pomyślnie, false w przeciwnym razie.

document
Block

Element Block dla drzewa składni.

tagHelperDescriptors
IEnumerable<TagHelperDescriptor>

S TagHelperDescriptor, które mają zastosowanie do bieżącego dokumentu Razor.

errorSink
ErrorSink

Element ErrorSink używany do zbierania RazorErrornapotkanych podczas analizowania bieżącego dokumentu Razor.

Dotyczy