Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Contains a collection of ContextNode objects that are the result of an ink analysis.
The ContextNodeCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ContextNodeCollection | Overloaded. Initializes a new instance of the ContextNodeCollection class. |
Top
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 | Determines whether the specified ContextNodeCollection is equal to the current ContextNodeCollection. (Overrides Object.Equals(Object).) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an object that both implements the IEnumerator interface, and can iterate through the ContextNode objects within the ContextNodeCollection. |
![]() |
GetHashCode | Gets the hash code for the ContextNodeCollection instance. (Overrides Object.GetHashCode().) |
![]() |
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. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (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
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Equality | Determines whether two specified ContextNodeCollection objects have the same value. |
![]() ![]() |
Inequality | Determines whether two specified ContextNodeCollection objects have different values. |
Top
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
Top