UIElement.PersistId プロパティ

定義

注意事項

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

この要素を一意に識別する値を取得します。

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

プロパティ値

この要素の一意の識別子。

属性

注釈

PersistId は、各要素を一意に識別します。 要素は、同じ拡張アプリケーション マークアップ言語 (XAML) が読み込まれるたびに同じ PersistId を保持します (バイナリ表現を含む)。 この識別子は、内部読み込み、解析、シリアル化の要件に使用されます。 これは、アプリケーション コードで使用することを意図したものではありません。

このプロパティは、特定のインスタンスの GetHashCode 結果と関係がありません。

適用対象