SPWebPartTransformerCollection.CopyTo 方法
将集合复制到的 WebPartTransformer 对象的数组。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub CopyTo ( _
array As WebPartTransformer(), _
index As Integer _
)
用法
Dim instance As SPWebPartTransformerCollection
Dim array As WebPartTransformer()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
WebPartTransformer[] array,
int index
)
参数
- array
类型:[]
- index
类型:System.Int32
另请参阅
引用
SPWebPartTransformerCollection 类