共用方式為


BlockBuilder.Children 屬性

定義

此類型/成員支援.NET Framework基礎結構,不適合直接從您的程式碼使用。取得區塊產生器的子專案集合。

public System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode> Children { get; }
member this.Children : System.Collections.Generic.IList<System.Web.Razor.Parser.SyntaxTree.SyntaxTreeNode>
Public ReadOnly Property Children As IList(Of SyntaxTreeNode)

屬性值

區塊建立器子元素的集合。

適用於