Track.GetVisualChild(Int32) 메서드

정의

지정된 인덱스의 Track 자식 값을 가져옵니다.

protected:
 override System::Windows::Media::Visual ^ GetVisualChild(int index);
protected override System.Windows.Media.Visual GetVisualChild(int index);
override this.GetVisualChild : int -> System.Windows.Media.Visual
Protected Overrides Function GetVisualChild (index As Integer) As Visual

매개 변수

index
Int32

자식의 인덱스입니다.

반품

시각적 자식 요소 목록에서 지정된 인덱스의 개체 Track 를 반환합니다. 인덱스가 0과 속성 값 VisualChildrenCount 에서 1을 뺀 값 사이의 숫자여야 합니다.

예외

지정된 인덱스가 속성 값에서 1을 뺀 값 VisualChildrenCount 보다 큽니다.

설명

TrackThumb 속성을 설정DecreaseRepeatButton하여 a IncreaseRepeatButton 의 자식 요소를 지정합니다. 자식 요소는 속성이 설정된 순서대로 인덱싱됩니다.

적용 대상