SmartTagCollection.Insert 方法

將智慧標籤插入至位於指定索引上的 SmartTagCollection

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)

語法

'宣告
Sub Insert ( _
    index As Integer, _
    value As SmartTagBase _
)
void Insert(
    int index,
    SmartTagBase value
)

參數

  • index
    型別:System.Int32
    應該插入智慧標籤之以零起始的索引。

.NET Framework 安全性

請參閱

參考

SmartTagCollection 介面

Microsoft.Office.Tools 命名空間