HubSectionCollection.Append(HubSection) 方法

定义

将新项添加到集合。

void Append(HubSection const& value);
public void Append(HubSection value);
function append(value)
Public Sub Append (value As HubSection)

参数

value
HubSection

要添加的新项。

实现

注解

若要将项添加到集合中不在集合末尾的位置,请使用 InsertAt

如果使用 C# 或 Microsoft Visual Basic 进行编程,则等效的 方法是 Add

适用于