Colección de nodos de un documento RTF.

C# | Visual Basic | Visual C++ |
public class RtfNodeCollection : CollectionBase
Public Class RtfNodeCollection _ Inherits CollectionBase
public ref class RtfNodeCollection : public CollectionBase

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | RtfNodeCollection()()() | Initializes a new instance of the RtfNodeCollection class |
![]() | Add(RtfTreeNode) |
Añade un nuevo nodo a la colección actual.
|
![]() | AddRange(RtfNodeCollection) |
Añade al final de la colección una nueva lista de nodos.
|
![]() | Capacity | (Inherited from CollectionBase.) |
![]() | Clear()()() | (Inherited from CollectionBase.) |
![]() | Count | (Inherited from CollectionBase.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | (Inherited from Object.) |
![]() | GetEnumerator()()() | (Inherited from CollectionBase.) |
![]() | GetHashCode()()() | (Inherited from Object.) |
![]() | GetType()()() | (Inherited from Object.) |
![]() | IndexOf(RtfTreeNode) |
Devuelve el índice del nodo pasado como parámetro dentro de la lista de nodos de la colección.
|
![]() | IndexOf(RtfTreeNode, Int32) |
Devuelve el índice del nodo pasado como parámetro dentro de la lista de nodos de la colección.
|
![]() | IndexOf(String) |
Devuelve el índice del primer nodo de la colección cuya clave sea la pasada como parámetro.
|
![]() | IndexOf(String, Int32) |
Devuelve el índice del primer nodo de la colección cuya clave sea la pasada como parámetro.
|
![]() | InnerList | (Inherited from CollectionBase.) |
![]() | Insert(Int32, RtfTreeNode) |
Inserta un nuveo nodo en una posición determinada de la colección.
|
![]() | Item[([(Int32])]) |
Indizador de la clase RtfNodeCollection.
Devuelve el nodo que ocupa la posición 'index' dentro de la colección.
|
![]() | List | (Inherited from CollectionBase.) |
![]() | MemberwiseClone()()() | (Inherited from Object.) |
![]() | OnClear()()() | (Inherited from CollectionBase.) |
![]() | OnClearComplete()()() | (Inherited from CollectionBase.) |
![]() | OnInsert(Int32, Object) | (Inherited from CollectionBase.) |
![]() | OnInsertComplete(Int32, Object) | (Inherited from CollectionBase.) |
![]() | OnRemove(Int32, Object) | (Inherited from CollectionBase.) |
![]() | OnRemoveComplete(Int32, Object) | (Inherited from CollectionBase.) |
![]() | OnSet(Int32, Object, Object) | (Inherited from CollectionBase.) |
![]() | OnSetComplete(Int32, Object, Object) | (Inherited from CollectionBase.) |
![]() | OnValidate(Object) | (Inherited from CollectionBase.) |
![]() | RemoveAt(Int32) | (Inherited from CollectionBase.) |
![]() | RemoveRange(Int32, Int32) |
Elimina un conjunto de nodos adyacentes de la colección.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | CollectionBase | |
![]() | RtfNodeCollection |