共用方式為


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

適用於