UIElement.PersistId Propiedad

Definición

Precaución

PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.

Obtiene un valor que identifica de manera única este elemento.

public:
 property int PersistId { int get(); };
[System.Obsolete("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; }
[<System.Obsolete("PersistId is an obsolete property and may be removed in a future release.  The value of this property is not defined.")>]
member this.PersistId : int
Public ReadOnly Property PersistId As Integer

Valor de propiedad

Identificador único del elemento.

Atributos

Comentarios

PersistId identifica de forma única cada elemento. Un elemento se mantiene igual PersistId cada vez que se carga el mismo lenguaje de marcado de aplicación extensible (XAML) (incluidas las representaciones binarias). Este identificador se usa para los requisitos internos de carga, análisis y serialización. El código de la aplicación no está diseñado para su uso.

Esta propiedad no tiene ninguna relación con el GetHashCode resultado de ninguna instancia determinada.

Se aplica a