IVectorChangedEventArgs.Index Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position where the change occurred in the vector.
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
Property Value
The zero-based position where the change occurred in the vector, if applicable.