CSharpCodeWriter.WriteStartInstrumentationContext Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
WriteStartInstrumentationContext(ChunkGeneratorContext, SyntaxTreeNode, Boolean) | |
WriteStartInstrumentationContext(ChunkGeneratorContext, Int32, Int32, Boolean) |
WriteStartInstrumentationContext(ChunkGeneratorContext, SyntaxTreeNode, Boolean)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartInstrumentationContext(Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ syntaxNode, bool isLiteral);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartInstrumentationContext (Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode syntaxNode, bool isLiteral);
member this.WriteStartInstrumentationContext : Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartInstrumentationContext (context As ChunkGeneratorContext, syntaxNode As SyntaxTreeNode, isLiteral As Boolean) As CSharpCodeWriter
Parámetros
- context
- ChunkGeneratorContext
- syntaxNode
- SyntaxTreeNode
- isLiteral
- Boolean
Devoluciones
Se aplica a
WriteStartInstrumentationContext(ChunkGeneratorContext, Int32, Int32, Boolean)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStartInstrumentationContext(Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context, int absoluteIndex, int length, bool isLiteral);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStartInstrumentationContext (Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context, int absoluteIndex, int length, bool isLiteral);
member this.WriteStartInstrumentationContext : Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext * int * int * bool -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStartInstrumentationContext (context As ChunkGeneratorContext, absoluteIndex As Integer, length As Integer, isLiteral As Boolean) As CSharpCodeWriter
Parámetros
- context
- ChunkGeneratorContext
- absoluteIndex
- Int32
- length
- Int32
- isLiteral
- Boolean