Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Common
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Direct using of o.CopyTo is obsolete, use ((ICollection)o).CopyTo")> _
Public Sub CopyTo ( _
array As Array, _
index As Integer _
)
[ObsoleteAttribute("Direct using of o.CopyTo is obsolete, use ((ICollection)o).CopyTo")]
public void CopyTo(
Array array,
int index
)
[ObsoleteAttribute(L"Direct using of o.CopyTo is obsolete, use ((ICollection)o).CopyTo")]
public:
void CopyTo(
Array^ array,
int index
)
[<ObsoleteAttribute("Direct using of o.CopyTo is obsolete, use ((ICollection)o).CopyTo")>]
member CopyTo :
array:Array *
index:int -> unit
public function CopyTo(
array : Array,
index : int
)
Parameters
- array
Type: System.Array
- index
Type: System.Int32
.NET Framework Security
- 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.