IVectorChangedEventArgs.Index 属性

定义

获取向量中发生更改的位置。

public:
 property unsigned int Index { unsigned int get(); };
uint32_t Index();
public uint Index { get; }
var uInt32 = iVectorChangedEventArgs.index;
Public ReadOnly Property Index As UInteger

属性值

UInt32

unsigned int

uint32_t

矢量中发生更改的从零开始的位置(如果适用)。

适用于