PropertyKey Methods |
The PropertyKey type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
| Equals(PropertyKey) |
Indicates whether the current object is equal to another object of the same type.
| |
| FormatForDisplay |
Formats a value for display, using the property description.
| |
| FromString |
Converts a string to a PropertyKey instance.
| |
| GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
| ToValueString |
Formats the property key as "{Guid value} identifier", like "{F29F85E0-4FF9-1068-AB91-08002B27B3D9} 2" for example.
See also the PSPropertyKeyFromString function.
| |
| TryCoerceToCanonicalValue |
Coerces a value to a canonical value.
|