IAttachedPropertyStore.CopyPropertiesTo Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Copie toutes les paires membre/valeur pouvant être attachées, à partir de cette banque de membres pouvant être attachés et vers un tableau de destination.
public:
void CopyPropertiesTo(cli::array <System::Collections::Generic::KeyValuePair<System::Xaml::AttachableMemberIdentifier ^, System::Object ^>> ^ array, int index);
public void CopyPropertiesTo (System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier,object>[] array, int index);
abstract member CopyPropertiesTo : System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, obj>[] * int -> unit
Public Sub CopyPropertiesTo (array As KeyValuePair(Of AttachableMemberIdentifier, Object)(), index As Integer)
Paramètres
- array
- KeyValuePair<AttachableMemberIdentifier,Object>[]
Tableau de destination. Le tableau est un tableau générique qui doit être passé sans être dimensionné et doit avoir des composants de AttachableMemberIdentifier et d'object
.
- index
- Int32
Index source où la copie doit commencer.