AssertionStatusItemCollection.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 AssertionStatusItem array, starting at the specified index.

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

Usage

Visual Basic
  Dim instance As AssertionStatusItemCollection
Dim array As AssertionStatusItem()
Dim index As Integer
instance.CopyTo(array, index)

Syntax

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

Parameters

  • array
    Contains an AssertionStatusItem object array that receives the elements of the collection.
  • index
    Contains the zero-based index in array where the CopyTo methods starts copying.

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

AssertionStatusItemCollection Class
AssertionStatusItemCollection Members
Microsoft.Uddi.Businesses Namespace
AssertionStatusItem Class