DependencyProperty.GlobalIndex 属性

定义

获取唯一标识依赖项对象的内部生成值。

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

属性值

Int32

唯一数字标识符。

注解

此值是整数,而不是全局唯一标识符 (GUID) 。 通常,不需要使用此索引值,并且没有对所有依赖属性的表的索引访问。 依赖项属性应由标识符字段引用。

GlobalIndex 在内部使用,以便更快地访问用作 GlobalIndex 从零开始的数组索引的数据结构。 类似的用法可能具有设计器或工具的应用程序。

适用于