你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TreeNode<T>.AddChild 方法

定义

重载

AddChild(TreeNode<T>)
AddChild(T)

AddChild(TreeNode<T>)

public void AddChild (Microsoft.Azure.Cosmos.Core.Collections.TreeNode<T> value);
member this.AddChild : Microsoft.Azure.Cosmos.Core.Collections.TreeNode<'T> -> unit
Public Sub AddChild (value As TreeNode(Of T))

参数

value
TreeNode<T>

适用于

AddChild(T)

public Microsoft.Azure.Cosmos.Core.Collections.TreeNode<T> AddChild (T value);
member this.AddChild : 'T -> Microsoft.Azure.Cosmos.Core.Collections.TreeNode<'T>
Public Function AddChild (value As T) As TreeNode(Of T)

参数

value
T

返回

适用于