Grid.GetVisualChild(Int32) Metoda

Definicja

Pobiera element podrzędny Visual w określonej index pozycji.

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

Położenie indeksu opartego na zerowym żądaniu Visual.

Zwraca

Element podrzędny Visual w określonej index pozycji.

Uwagi

Drzewo wizualne nie może być modyfikowane, gdy ta metoda jest wywoływana.

Dotyczy