ContextNodeCollection Members
Contains a collection of ContextNode objects that are the result of an ink analysis.
The following tables list the members exposed by the ContextNodeCollection type.
Public Constructors
Name | Description | |
---|---|---|
ContextNodeCollection | Overloaded. Initializes a new instance of the ContextNodeCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of ContextNode objects contained in the ContextNodeCollection. | |
IsReadOnly | Gets a value indicating whether or not the ContextNodeCollection is read only. | |
IsSynchronized | Gets a value that indicates whether or not access to the ContextNodeCollection is synchronized (thread safe). | |
Item | Overloaded. Gets the ContextNode object at the specified index or identifier within the ContextNodeCollection. | |
SyncRoot | Returns an object that can be used to synchronize access to the ContextNodeCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a ContextNode object to the ContextNodeCollection. | |
AddRange | Adds a ContextNodeCollection to this ContextNodeCollection. | |
Clear | Clears all of the ContextNode objects from the ContextNodeCollection. | |
Contains | Indicates whether the ContextNodeCollection contains a specific ContextNode object. | |
CopyTo | Copies all of the elements of the current ContextNodeCollection to the specified one-dimensional array, starting at the specified destination array index. | |
Equals | Overloaded. Overridden. Determines whether two ContextNodeCollection instances are equal. | |
GetEnumerator | Returns an object that both implements the IEnumerator interface, and can iterate through the ContextNode objects within the ContextNodeCollection. | |
GetHashCode | Overridden. Gets the hash code for the ContextNodeCollection instance. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
IndexOf | Overloaded. Returns the index of a specific ContextNode object within a ContextNodeCollection. | |
Insert | Inserts a ContextNode into the ContextNodeCollection at the specified index. | |
op_Equality | Determines whether two specified ContextNodeCollection objects have the same value. | |
op_Inequality | Determines whether two specified ContextNodeCollection objects have different values. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Remove | Overloaded. Removes a ContextNode object from the ContextNodeCollection. | |
RemoveAt | Removes a ContextNode object at the specified index from the ContextNodeCollection. | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | Copies the elements of a ContextNodeCollection to an array at the specified index. | |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through the current ContextNodeCollection object. |
Top
See Also
Reference
ContextNodeCollection Class
Microsoft.Ink Namespace
ContextNode
FindNodes
InkAnalyzer.FindNodesOfType