PropertyDataTypeCollection.CopyTo 方法
PropertyDataTypeCollection类中的元素复制到一个数组中从特定的数组索引处开始。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
用法
Dim instance As PropertyDataTypeCollection
Dim array As Array
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Array array,
int index
)
参数
array
类型:System.ArrayPropertyDataTypeCollection类中的元素复制到数组。
index
类型:System.Int32PropertyDataTypeCollection类中的元素复制到该数组中的起始位置。
实现
ICollection.CopyTo(Array, Int32)