IAttachedPropertyStore.CopyPropertiesTo 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個可附加成員存放區,將所有可附加成員/值組複製到目的陣列中。
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
要開始進行複製的來源索引處。