CSharpCodeWriter.WriteStartInstrumentationContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- context
- ChunkGeneratorContext
- syntaxNode
- SyntaxTreeNode
- isLiteral
- Boolean
傳回
適用於
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
參數
- context
- ChunkGeneratorContext
- absoluteIndex
- Int32
- length
- Int32
- isLiteral
- Boolean