SPWebPartTransformerCollection.CopyTo method
將集合複製到 WebPartTransformer 物件的陣列。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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
Type: []
- index
Type: System.Int32
請參閱
參照
SPWebPartTransformerCollection class