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
Public method PivotViewerHyperlink Initializes a new instance of the PivotViewerHyperlink class.

Top

Properties

  Name Description
Public property Text Gets the display text of the PivotViewerHyperlink.
Public property Uri Gets the URI of the PivotViewerHyperlink.

Top

Methods

  Name Description
Public method CompareTo(Object) Compares this hyperlink to another Object.
Public method CompareTo(PivotViewerHyperlink) Compares this PivotViewerHyperlink to another PivotViewerHyperlink.
Public method Equals Compares this PivotViewerHyperlink to another Hyperlink, based on Text and Uri. (Overrides Object.Equals(Object).)
Protected method 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.)
Public method GetHashCode Gets the hash code for this PivotViewerHyperlink. (Overrides Object.GetHashCode().)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Compares two PivotViewerHyperlink objects based on Text and Uri properties and returns a value to indicate if they are equal to each other.
Public operatorStatic member 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.
Public operatorStatic member 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.
Public operatorStatic member 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.