Partilhar via


Método PropertiesCollection.ICollection<KeyValuePair<String, Object>>.CopyTo

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Private Sub CopyTo ( _
    array As KeyValuePair(Of String, Object)(), _
    index As Integer _
) Implements ICollection(Of KeyValuePair(Of String, Object)).CopyTo
void ICollection<KeyValuePair<string, Object>>.CopyTo(
    KeyValuePair<string, Object>[] array,
    int index
)

Parâmetros

Implementações

ICollection<T>.CopyTo(array<T[], Int32)

Segurança do .NET Framework

Consulte também

Referência

PropertiesCollection Classe

Namespace Microsoft.VisualStudio.Services.WebApi