SmartTagCollection.IndexOf 方法

确定指定的智能标记在 SmartTagCollection 中的索引。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)

语法

声明
Function IndexOf ( _
    value As SmartTagBase _
) As Integer
int IndexOf(
    SmartTagBase value
)

参数

返回值

类型:System.Int32
指定智能标记在 SmartTagCollection 中的索引。如果智能标记不在集合中,则返回 -1。

.NET Framework 安全性

请参见

参考

SmartTagCollection 接口

Microsoft.Office.Tools 命名空间