LocationConfigurationCollection.CopyTo 方法 (Microsoft.Office.Server.Search.Administration)
Copies the elements of the collection to an array, starting at a particular array index.
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)
语法
声明
Public Sub CopyTo ( _
array As LocationConfiguration(), _
arrayIndex As Integer _
)
用法
Dim instance As LocationConfigurationCollection
Dim array As LocationConfiguration()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo (
LocationConfiguration[] array,
int arrayIndex
)
参数
- array
An array to which the collection can be copied.
- arrayIndex
An integer that specifies the index at which the copy of the collection should start.
另请参阅
参考
LocationConfigurationCollection 类
LocationConfigurationCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间