다음을 통해 공유


BulletDecorator.GetVisualChild(Int32) 메서드

정의

지정된 인덱스에 있는 자식 요소를 가져옵니다.

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

자식 요소에 대해 지정된 인덱스입니다.

반환

Visual

지정된 인덱스에 있는 Visual 자식 요소입니다.

예외

index 가 0보다 작습니다.

또는 indexVisualChildrenCount보다 크거나 같은 경우

설명

시각적 자식 요소를 BulletDecorator 되는 BulletChild 속성입니다.

적용 대상