NRtfTree Library 0.3
SelectSibling Method (nodeType)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeNodeSelectSibling(RtfNodeType)
NRtfTree Library 0.3 (0.3.3503)
Devuelve el siguiente nodo hermano del actual cuyo tipo es el indicado como parámetro.
Declaration Syntax
C#Visual BasicVisual C++
public RtfTreeNode SelectSibling(
	RtfNodeType nodeType
)
Public Function SelectSibling ( _
	nodeType As RtfNodeType _
) As RtfTreeNode
public:
RtfTreeNode^ SelectSibling(
	RtfNodeType nodeType
)
Parameters
nodeType (RtfNodeType)
Tpo de nodo buscado.
Return Value
Primer nodo hermano del actual cuyo tipo es el indicado como parámetro.

Assembly: NRtfTree (Módulo: NRtfTree) Versión: 0.3.3503.32544