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
    智能标记插入位置的索引,从 0 开始。

.NET Framework 安全性

请参见

参考

SmartTagCollection 接口

Microsoft.Office.Tools 命名空间