Grid.GetVisualChild(Int32) Metoda

Definice

Získá podřízený Visual objekt na zadané index pozici.

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

Pozice indexu založeného na nule požadovaného Visualindexu .

Návraty

Podřízená položka Visual na zadané index pozici.

Poznámky

Vizuální strom nesmí být změněn, když je volána tato metoda.

Platí pro