Click or drag to resize

PropertyKey Methods

The PropertyKey type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(PropertyKey)
Indicates whether the current object is equal to another object of the same type.
Public methodFormatForDisplay
Formats a value for display, using the property description.
Public methodStatic memberFromString
Converts a string to a PropertyKey instance.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodToValueString
Formats the property key as "{Guid value} identifier", like "{F29F85E0-4FF9-1068-AB91-08002B27B3D9} 2" for example. See also the PSPropertyKeyFromString function.
Public methodTryCoerceToCanonicalValue
Coerces a value to a canonical value.
Top
See Also