| Visual Basic (Declaration) | |
|---|---|
Overridable Sub CopyTo( _ ByVal array() As IRelationInfo, _ ByVal arrayIndex As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
virtual void CopyTo( IRelationInfo[] array, int arrayIndex ) | |
| Managed Extensions for C++ | |
|---|---|
virtual void CopyTo( IRelationInfo*[]* array, int arrayIndex ) | |
| C++/CLI | |
|---|---|
virtual void CopyTo( array<IRelationInfo^>^ array, int arrayIndex ) | |
Parameters
- array
- The one-dimensional System.Array that is the destination of the elements copied from collection. The System.Array must have zero-based indexing.
- arrayIndex
- The zero-based index in array at which copying begins.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family