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