UIElement.PersistId Property
Note: This API is now obsolete.
Namespace:
System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Gets a value that uniquely identifies this element.
Assembly: PresentationCore (in PresentationCore.dll)
[ObsoleteAttribute("PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.")] public int PersistId { get; }
PersistId uniquely identifies each element. An element keeps the same PersistId every time the same Extensible Application Markup Language (XAML) is loaded (including binary representations). This identifier is used for internal loading, parsing and serialization requirements. It is not intended to be used by your application code.
This property has no relationship to the GetHashCode result for any given instance.
.NET Framework
Available since 3.0
Available since 3.0