SPScriptSafeCollection.CopyTo method
將所有的值複製到指定的陣列中指定索引處。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub CopyTo ( _
array As String(), _
arrayIndex As Integer _
)
'用途
Dim instance As SPScriptSafeCollection
Dim array As String()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
string[] array,
int arrayIndex
)
參數
array
Type: []值會複製陣列。
arrayIndex
Type: System.Int32值會複製的集合的索引。