SmartTagCollection.Item 属性

获取指定索引处的智能标记。

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

语法

声明
ReadOnly Default Property Item ( _
    index As Integer _
) As SmartTagBase
    Get
SmartTagBase this[
    int index
] { get; }

参数

  • index
    类型:System.Int32
    要获取的智能标记的索引(从 0 开始)。

属性值

类型:Microsoft.Office.Tools.SmartTagBase

.NET Framework 安全性

请参见

参考

SmartTagCollection 接口

Microsoft.Office.Tools 命名空间