SmartTagCollection.CopyTo 方法

SmartTagCollection 中的智能标记复制到一个一维的智能标记数组中,并从指定的索引处开始。

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

语法

声明
Sub CopyTo ( _
    array As SmartTagBase(), _
    index As Integer _
)
void CopyTo(
    SmartTagBase[] array,
    int index
)

参数

  • index
    类型:System.Int32
    复制开始处的数组索引。

异常

异常 条件
ArgumentException

目标数组是多维数组,或者 SmartTagCollection 中的元素数目大于 index 参数指定的目标数组索引与目标数组末尾之间的可用空间。

ArgumentNullException

array 参数为 nullnull 引用(在 Visual Basic 中为 Nothing)。

ArgumentOutOfRangeException

index 参数小于目标数组的最小索引。

.NET Framework 安全性

请参见

参考

SmartTagCollection 接口

Microsoft.Office.Tools 命名空间