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 各要素を一意に識別します。 要素は、同じが読み込まれるたびに同じように保持 PersistId Extensible Application Markup Language (XAML)Extensible Application Markup Language (XAML) されます (バイナリ表現を含む)。 この識別子は、内部の読み込み、解析、およびシリアル化の要件に使用されます。 アプリケーションコードで使用するためのものではありません。
このプロパティには、 GetHashCode 特定のインスタンスの結果との関係はありません。