共用方式為


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>[]

目的陣列。 這個陣列為泛型陣列,應該以無維度形式傳遞,且應該具有 AttachableMemberIdentifierobject 的部分。

index
Int32

要開始進行複製的來源索引處。

適用於