BulletDecorator.GetVisualChild(Int32) Metoda

Definicja

Pobiera element podrzędny znajdujący się w określonym indeksie.

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

Parametry

index
Int32

Określony indeks elementu podrzędnego.

Zwraca

Visual

Element Visual podrzędny, który znajduje się w określonym indeksie.

Wyjątki

index wartość jest mniejsza niż 0.

-lub- index jest większe niż lub równe VisualChildrenCount.

Uwagi

Elementy podrzędne wizualizacji są BulletDecorator Bullet właściwościami i Child .

Dotyczy