GetChild

GetChild(int)

Obtiene el nodo secundario en el índice especificado.

public Node GetChild(int index)
ParámetroEscribeDescripción
indexInt32Índice.

Valor_devuelto

El niño.

Ver también


GetChild(string)

Obtiene el nodo secundario con el nombre especificado

public Node GetChild(string nodeName)
ParámetroEscribeDescripción
nodeNameStringEl nombre del niño a buscar.

Valor_devuelto

El niño.

Ver también