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 を使用します

適用対象