Share via


ResultCollection.CopyTo Method

Note: The Microsoft UDDI SDK is not supported by or included in Microsoft Windows versions after Microsoft Windows Server 7. The Microsoft UDDI V3 SDK is included with Microsoft BizTalk Server. For more information about the Microsoft UDDI V3 SDK, see Microsoft BizTalk Server documentation
Copies all elements of the collection to the specified Result array, starting with the specified index.

Namespace: Microsoft.Uddi
Assembly: microsoft.uddi (in microsoft.uddi.dll)

Usage

Visual Basic
  Dim instance As ResultCollection
Dim array As Result()
Dim index As Integer
instance.CopyTo(array, index)

Syntax

'Declaration
PublicSubCopyTo ( _
    arrayAsResult(), _
    indexAsInteger _
)
publicvoidCopyTo (
    Result[] array,
    intindex
)
public:
voidCopyTo (
    array<Result^>^ array, 
    intindex
)
publicvoidCopyTo (
    Result[] array, 
    intindex
)
publicfunctionCopyTo (
    array : Result[], 
    index : int
)

Parameters

  • array
    Contains a Result object array that receives the elements of the collections.
  • index
    Contains the zero-based index in array where the copy operation should begin.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows XP Professional, Windows Vista, Windows Server 2003 R2, Windows XP

See Also

Reference

ResultCollection Class
ResultCollection Members
Microsoft.Uddi Namespace
Result Class