Поделиться через


IAttachedPropertyStore.CopyPropertiesTo Метод

Определение

Копирует все пары "присоединяемый член/значение" из заданного хранилища присоединяемых членов в конечный массив.

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)

Параметры

array
KeyValuePair<AttachableMemberIdentifier,Object>[]

Массив назначения. Этот универсальный массив должен передаваться без указания размерности, и в нем должны содержаться компоненты AttachableMemberIdentifier и object.

index
Int32

Исходный индекс, с которого необходимо начать копирование.

Применяется к