The NavigationHistoryItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NavigationHistoryItem(Int32) |
Initializes a new instance of the NavigationHistoryItem class.
| |
| NavigationHistoryItem(LinkTarget) |
Initializes a new instance of the NavigationHistoryItem class.
| |
| NavigationHistoryItem(TextPointer) |
Initializes a new instance of the NavigationHistoryItem class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified Object is equal to this instance.
(Overrides Object..::..Equals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Returns a hash code for this instance.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| Inequality |
Implements the operator !=.
|
Properties
| Name | Description | |
|---|---|---|
| LinkTarget |
Gets the link target.
| |
| Position |
Gets the position.
|