UserSegmentTermCollection.CopyTo 方法

将项复制到一个数组中从特定的数组索引处开始

命名空间:  Microsoft.Office.Server.Search.Query.Rules
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub CopyTo ( _
    array As Guid(), _
    arrayIndex As Integer _
)
用法
Dim instance As UserSegmentTermCollection
Dim array As Guid()
Dim arrayIndex As Integer

instance.CopyTo(array, arrayIndex)
public void CopyTo(
    Guid[] array,
    int arrayIndex
)

参数

  • array
    类型:[]

另请参阅

引用

UserSegmentTermCollection 类

UserSegmentTermCollection 成员

Microsoft.Office.Server.Search.Query.Rules 命名空间