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 지정된 인덱스에있는 자식 요소입니다.

예외

index 가 0보다 작습니다.

-또는-

index가 .보다 크거나 같음 VisualChildrenCount

설명

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

적용 대상