HubSectionCollection.Append(HubSection) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将新项添加到集合。
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
。