KaxTreeNodeCollection Methods |
The KaxTreeNodeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
Add |
Appends the specified KaxTreeNode object to the end of the current
KaxTreeNodeCollection.
|
![]() ![]() |
AddRange |
Appends the specified array of KaxTreeNode objects to the end of the
current KaxTreeNodeCollection.
|
![]() |
Contains |
Determines whether the specified KaxTreeNode object is in the current
KaxTreeNodeCollection.
|
![]() |
CopyTo |
Copies the KaxTreeNode instances stored in the current
KaxTreeNodeCollection object to an System.Array object, beginning at the specified
index location in the System.Array.
|
![]() ![]() |
FindNode |
Returns the first KaxTreeNode
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
|
![]() |
FindNodeByAttribute |
Searches the nodes in the collection for a KaxTreeNode which contains the specified attribute and attribute value.
|
![]() |
FindNodeByText(String) |
Searches all nodes for a KaxTreeNode with a Text property
equal to the specified text.
|
![]() |
FindNodeByText(String, Boolean) |
Searches all nodes for a KaxTreeNode with a Text property
equal to the specified text.
|
![]() |
FindNodeByValue(String) |
Searches all nodes for a KaxTreeNode with a Value property
equal to the specified value.
|
![]() |
FindNodeByValue(String, Boolean) |
Searches all nodes for a KaxTreeNode with a Value property
equal to the specified value.
|
![]() |
IndexOf |
Determines the index of the specified KaxTreeNode object in the collection.
|
![]() |
Insert |
Inserts the specified KaxTreeNode object in the current
KaxTreeNodeCollection at the specified index location.
|
![]() |
Remove |
Removes the specified KaxTreeNode object from the current
KaxTreeNodeCollection.
|
![]() |
RemoveAt |
Removes the KaxTreeNode object at the specified index
from the current KaxTreeNodeCollection.
|