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。