NRtfTree Library 0.3
Item Property (keyword)
NamespacesNet.Sgoliver.NRtfTree.CoreRtfTreeNodeItem[([(String])])
NRtfTree Library 0.3 (0.3.3503)
Devuelve el primer nodo hijo cuya palabra clave sea la indicada como parámetro.
Declaration Syntax
C#Visual BasicVisual C++
public RtfTreeNode this[
	string keyword
] { get; }
Public ReadOnly Default Property Item ( _
	keyword As String _
) As RtfTreeNode
public:
property RtfTreeNode^ default[String^ keyword] {
	RtfTreeNode^ get (String^ keyword);
}
Parameters
keyword (String)
Palabra clave buscada.
Return Value
Primer nodo hijo cuya palabra clave sea la indicada como parámetro. En caso de no existir se devuelve null.

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