Copies the set of data view hierarchies in the collection to an array at the specified starting index.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'宣言
Public Sub CopyTo ( _
array As Object(), _
index As Integer _
)
'使用
Dim instance As DataViewManager
Dim array As Object()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
Object[] array,
int index
)
public:
void CopyTo(
array<Object^>^ array,
int index
)
public function CopyTo(
array : Object[],
index : int
)
Parameters
array
Type: []An array to which the data view hierarchies are copied.
index
Type: System.Int32The index in array at which copying should begin.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.