PageRange Structure
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Specifies a range of pages.
Namespace: System.Windows.Controls
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
The PageRange type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PageRange(Int32) | Initializes a new instance of the PageRange class that includes only the single specified page. |
![]() | PageRange(Int32, Int32) | Initializes a new instance of the PageRange class with the specified first and last pages. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Tests whether an object of unknown type is equal to this PageRange. (Overrides ValueType.Equals(Object).) |
![]() | Equals(PageRange) | Tests whether a PageRange is equal to this PageRange. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Gets the hash code value for the PageRange. (Overrides ValueType.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 | Gets a string representation of the range. (Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | Defines the "==" operator for testing whether two specified PageRange objects are equal. |
![]() ![]() | Inequality | Defines the "!=" operator for testing whether two specified PageRange objects are not equal. |
Windows 8 Consumer Preview, Windows Server 8 Beta, Windows 7, Windows Server 2008 SP2, Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
