다음을 통해 공유


AttachablePropertyServices.CopyPropertiesTo 메서드

정의

지정된 연결 가능한 속성 저장소에 있는 모든 연결 가능한 속성-값 쌍을 대상 배열로 복사합니다.

public:
 static void CopyPropertiesTo(System::Object ^ instance, cli::array <System::Collections::Generic::KeyValuePair<System::Xaml::AttachableMemberIdentifier ^, System::Object ^>> ^ array, int index);
public static void CopyPropertiesTo (object instance, System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier,object>[] array, int index);
static member CopyPropertiesTo : obj * System.Collections.Generic.KeyValuePair<System.Xaml.AttachableMemberIdentifier, obj>[] * int -> unit
Public Shared Sub CopyPropertiesTo (instance As Object, array As KeyValuePair(Of AttachableMemberIdentifier, Object)(), index As Integer)

매개 변수

instance
Object

IAttachedPropertyStore를 구현하는 연결 가능한 특정 속성 저장소이거나, 연결 가능한 정적 기본 속성 저장소에 액세스하는 null이 아닌 개체입니다.

array
KeyValuePair<AttachableMemberIdentifier,Object>[]

대상 배열입니다. 배열은 제네릭 배열이고, 차원 없이 전달되어야 하며, AttachableMemberIdentifierobject의 구성 요소가 있어야 합니다.

index
Int32

복사를 시작할 소스 인덱스입니다.

설명

이 메서드를 호출 내부 호출 CopyTo 이 여기에 나열 되지 않은 예외의 소스가 될 수 있는 키/값 쌍으로 제한 된 구현입니다.

적용 대상