共用方式為


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

如果適用,則為向量中發生變更之以零起始的位置。

適用於