ParserResults Konstruktory
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
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
- 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.
- 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.