PivotViewerHyperlink Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents a class that serves as the basic unit for the link data type in a PivotViewer.
Inheritance Hierarchy
System.Object
System.Windows.Controls.Pivot.PivotViewerHyperlink
Namespace: System.Windows.Controls.Pivot
Assembly: System.Windows.Controls.Pivot (in System.Windows.Controls.Pivot.dll)
Syntax
'Declaration
Public Class PivotViewerHyperlink _
Implements IComparable, IComparable(Of PivotViewerHyperlink)
public class PivotViewerHyperlink : IComparable,
IComparable<PivotViewerHyperlink>
The PivotViewerHyperlink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PivotViewerHyperlink | Initializes a new instance of the PivotViewerHyperlink class. |
Top
Properties
Name | Description | |
---|---|---|
Text | Gets the display text of the PivotViewerHyperlink. | |
Uri | Gets the URI of the PivotViewerHyperlink. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo(Object) | Compares this hyperlink to another Object. | |
CompareTo(PivotViewerHyperlink) | Compares this PivotViewerHyperlink to another PivotViewerHyperlink. | |
Equals | Compares this PivotViewerHyperlink to another Hyperlink, based on Text and Uri. (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 | Gets the hash code for this PivotViewerHyperlink. (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.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if they are equal to each other. | |
GreaterThan | Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if one object is greater than the other. | |
Inequality | Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if they are not equal to each other. | |
LessThan | Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if one object is lesser than the other. |
Top
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.