ChunkTreeBuilder.StartParentChunk Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
StartParentChunk<T>(SyntaxTreeNode) | |
StartParentChunk<T>(SyntaxTreeNode, Boolean) | |
StartParentChunk<T>(T, SyntaxTreeNode, Boolean) |
StartParentChunk<T>(SyntaxTreeNode)
public:
generic <typename T>
where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunkgcnew() T StartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association);
public T StartParentChunk<T> (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk, new();
member this.StartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk and 'T : (new : unit -> 'T))
Public Function StartParentChunk(Of T As {ParentChunkNew}) (association As SyntaxTreeNode) As T
Parâmetros de tipo
- T
Parâmetros
- association
- SyntaxTreeNode
Retornos
T
Aplica-se a
StartParentChunk<T>(SyntaxTreeNode, Boolean)
public:
generic <typename T>
where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunkgcnew() T StartParentChunk(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association, bool topLevel);
public T StartParentChunk<T> (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association, bool topLevel) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk, new();
member this.StartParentChunk : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk and 'T : (new : unit -> 'T))
Public Function StartParentChunk(Of T As {ParentChunkNew}) (association As SyntaxTreeNode, topLevel As Boolean) As T
Parâmetros de tipo
- T
Parâmetros
- association
- SyntaxTreeNode
- topLevel
- Boolean
Retornos
T
Aplica-se a
StartParentChunk<T>(T, SyntaxTreeNode, Boolean)
public:
generic <typename T>
where T : Microsoft::AspNetCore::Razor::Chunks::ParentChunk T StartParentChunk(T parentChunk, Microsoft::AspNetCore::Razor::Parser::SyntaxTree::SyntaxTreeNode ^ association, bool topLevel);
public T StartParentChunk<T> (T parentChunk, Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode association, bool topLevel) where T : Microsoft.AspNetCore.Razor.Chunks.ParentChunk;
member this.StartParentChunk : 'T * Microsoft.AspNetCore.Razor.Parser.SyntaxTree.SyntaxTreeNode * bool -> 'T (requires 'T :> Microsoft.AspNetCore.Razor.Chunks.ParentChunk)
Public Function StartParentChunk(Of T As ParentChunk) (parentChunk As T, association As SyntaxTreeNode, topLevel As Boolean) As T
Parâmetros de tipo
- T
Parâmetros
- parentChunk
- T
- association
- SyntaxTreeNode
- topLevel
- Boolean
Retornos
T