SmartTagCollection.Insert 方法
將智慧標籤插入至位於指定索引上的 SmartTagCollection。 這個類型或成員僅適用於 2007 Microsoft Office system 專案。智慧標籤在 Office 2010 中已被取代。
.
命名空間: 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
應該插入智慧標籤之以零起始的索引。
- value
型別:Microsoft.Office.Tools.SmartTagBase
要加入至集合的智慧標籤。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。