DependencyObjectType.Id 属性

定义

为常数时间数组查找操作获取一个从零开始的唯一标识符。

public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

属性值

Int32

内部标识符。

注解

不要用于常规哈希函数。 无法保证此值。 应用程序运行可能会有所不同。

适用于