Share via


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

Copie les propriétés spécifiées de la collection actuelle de propriétés au tableau spécifié d'objets KeyValuePair.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • array
    Type : array<KeyValuePair<String, Object>[]

    Le tableau pour copier les propriétés dans.

  • properties
    Type : array<String[]

    Les propriétés spécifiques à copier. Spécifiez nullune référence null (Nothing en Visual Basic) pour copier toutes les propriétés.

  • arrayIndex
    Type : Int32

    Index à partir duquel commencer la copie du tableau de destination.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectPropertyDictionary Interface

CopyTo, surcharge

Microsoft.VisualStudio.Data.Services, espace de noms