PivotViewerProperty Methods

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The PivotViewerProperty type exposes the following members.

Methods

  Name Description
Public method CompareTo Compares the current instance of PivotViewerProperty with another PivotViewerProperty.
Protected method EnsureUnlocked Throws an InvalidOperationException if IsLocked is true.
Public method Equals Determines whether two PivotViewerProperty instances are equal. (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 Retrieves a hash code based on the PivotViewerProperty's Id and PropertyType. (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 Retrieves the string representation of the PivotViewerProperty. (Overrides Object.ToString().)

Top