Partilhar via


Método IVsDataObjectPropertyDictionary.CopyTo (array<KeyValuePair<String, Object>[], array<String , Int32)

Copia as propriedades específicas de coleção atual de propriedades especificada para a matriz de objetos de KeyValuePair<String, Object> .

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

Sintaxe

'Declaração
Sub CopyTo ( _
    array As KeyValuePair(Of String, Object)(), _
    properties As String(), _
    arrayIndex As Integer _
)
void CopyTo(
    KeyValuePair<string, Object>[] array,
    string[] properties,
    int arrayIndex
)
void CopyTo(
    array<KeyValuePair<String^, Object^>>^ array, 
    array<String^>^ properties, 
    int arrayIndex
)
abstract CopyTo : 
        array:KeyValuePair<string, Object>[] * 
        properties:string[] * 
        arrayIndex:int -> unit 
function CopyTo(
    array : KeyValuePair<String, Object>[], 
    properties : String[], 
    arrayIndex : int
)

Parâmetros

  • properties
    Tipo: array<System.String[]
    Propriedades específicas para copiar.Especificar nulluma referência nula (Nothing no Visual Basic) para copiar todas as propriedades.
  • arrayIndex
    Tipo: System.Int32
    O índice de onde começar copiar na matriz de destino.

Segurança do .NET Framework

Consulte também

Referência

IVsDataObjectPropertyDictionary Interface

Sobrecargas CopyTo

Namespace Microsoft.VisualStudio.Data.Services