UrlDisplayPropertiesSnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A snapshot of the display properties for a url.
public sealed class UrlDisplayPropertiesSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.UrlDisplayPropertiesSnapshot>
type UrlDisplayPropertiesSnapshot = class
interface IEquatable<UrlDisplayPropertiesSnapshot>
Public NotInheritable Class UrlDisplayPropertiesSnapshot
Implements IEquatable(Of UrlDisplayPropertiesSnapshot)
- Inheritance
-
UrlDisplayPropertiesSnapshot
- Implements
Constructors
UrlDisplayPropertiesSnapshot(String, Int32) |
A snapshot of the display properties for a url. |
Properties
DisplayName |
The display name of the url. |
SortOrder |
The order of the url in UI. Higher numbers are displayed first in the UI. |
Methods
<Clone>$() | |
Deconstruct(String, Int32) | |
Equals(Object) | |
Equals(UrlDisplayPropertiesSnapshot) | |
GetHashCode() | |
ToString() |
Operators
Equality(UrlDisplayPropertiesSnapshot, UrlDisplayPropertiesSnapshot) | |
Inequality(UrlDisplayPropertiesSnapshot, UrlDisplayPropertiesSnapshot) |