UIElement.PersistId Propriedade
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
PersistId is an obsolete property and may be removed in a future release. The value of this property is not defined.
Obtém um valor que identifica esse objeto de forma exclusiva.
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
O identificador exclusivo desse elemento.
- Atributos
PersistId identifica exclusivamente cada elemento. Um elemento mantém o mesmo PersistId sempre que a mesma XAML (Extensible Application Markup Language) é carregada (incluindo representações binárias). Esse identificador é usado para requisitos internos de carregamento, análise e serialização. Ele não se destina a ser usado pelo código do aplicativo.
Essa propriedade não tem relação com o GetHashCode resultado de uma determinada instância.
Produto | Versões (Obsoleto) |
---|---|
.NET Framework | (3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1) |
Windows Desktop | (3.0, 3.1, 5, 6, 7, 8, 9) |
Comentários do .NET
O .NET é um projeto código aberto. Selecione um link para fornecer comentários: