CSharpDesignTimeCodeVisitor 类

定义

public ref class CSharpDesignTimeCodeVisitor : Microsoft::AspNetCore::Razor::CodeGenerators::Visitors::CodeVisitor<Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^>
public class CSharpDesignTimeCodeVisitor : Microsoft.AspNetCore.Razor.CodeGenerators.Visitors.CodeVisitor<Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter>
type CSharpDesignTimeCodeVisitor = class
    inherit CodeVisitor<CSharpCodeWriter>
Public Class CSharpDesignTimeCodeVisitor
Inherits CodeVisitor(Of CSharpCodeWriter)
继承
派生

构造函数

CSharpDesignTimeCodeVisitor(CSharpCodeVisitor, CSharpCodeWriter, CodeGeneratorContext)

属性

Context (继承自 ChunkVisitor<TWriter>)
CSharpCodeVisitor
Writer (继承自 ChunkVisitor<TWriter>)

方法

Accept(Chunk) (继承自 ChunkVisitor<TWriter>)
Accept(IList<Chunk>) (继承自 ChunkVisitor<TWriter>)
AcceptTree(ChunkTree)
AcceptTreeCore(ChunkTree)
Visit(AddTagHelperChunk)
Visit(CodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(DynamicCodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(ExpressionBlockChunk) (继承自 CodeVisitor<TWriter>)
Visit(ExpressionChunk) (继承自 CodeVisitor<TWriter>)
Visit(LiteralChunk) (继承自 CodeVisitor<TWriter>)
Visit(LiteralCodeAttributeChunk) (继承自 CodeVisitor<TWriter>)
Visit(ParentChunk) (继承自 CodeVisitor<TWriter>)
Visit(ParentLiteralChunk) (继承自 CodeVisitor<TWriter>)
Visit(RemoveTagHelperChunk)
Visit(SectionChunk) (继承自 CodeVisitor<TWriter>)
Visit(SetBaseTypeChunk)
Visit(StatementChunk) (继承自 CodeVisitor<TWriter>)
Visit(TagHelperChunk) (继承自 CodeVisitor<TWriter>)
Visit(TagHelperPrefixDirectiveChunk)
Visit(TemplateChunk) (继承自 CodeVisitor<TWriter>)
Visit(TypeMemberChunk) (继承自 CodeVisitor<TWriter>)
Visit(UsingChunk) (继承自 CodeVisitor<TWriter>)

适用于