ContextLinkCollection Members
Contains a collection of ContextLink objects.
The following tables list the members exposed by the ContextLinkCollection type.
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of ContextLink objects contained in the ContextLinkCollection. | |
IsSynchronized | Gets a value that indicates whether or not access to the ContextLinkCollection is synchronized (thread safe). | |
Item | Gets the ContextLink object at the specified index within the ContextLinkCollection. | |
SyncRoot | Returns an object that can be used to synchronize access to the ContextLinkCollection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds a new ContextLink object to the ContextLinkCollection, indicating the destination node and its direction. | |
Contains | Indicates whether the ContextLinkCollection contains a specific ContextLink object. | |
CopyTo | Copies all of the elements of the current ContextLinkCollection to the specified one-dimensional array, starting at the specified destination array index. | |
Equals | Overloaded. Overridden. Determines whether two ContextLinkCollection instances are equal. | |
GetEnumerator | Returns an object that both implements the Systems.Collections.IEnumerator interface and can iterate through the ContextLink objects within the ContextLinkCollection. | |
GetHashCode | Overridden. Gets the hash code for the ContextLinkCollection instance. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
IndexOf | Returns the index of a specific ContextLink object within a ContextLinkCollection. | |
op_Equality | Determines whether two specified ContextLinkCollection objects have the same value. | |
op_Inequality | Determines whether two specified ContextLinkCollection objects have different values. | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
Remove | Removes a ContextLink object from the ContextLinkCollection. | |
RemoveAt | Removes the ContextLink at the specified position from the ContextLinkCollection. | |
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 ContextLinkCollection to an array at the specified index. | |
System.Collections.IEnumerable.GetEnumerator | Returns an enumerator that iterates through the current ContextLinkCollection object. |
Top
See Also
Reference
ContextLinkCollection Class
System.Windows.Ink Namespace
System.Windows.Ink.ContextLink
ContextNode.Links