Version

SetOwnerData Method (ISparseArrayItem)

Sets the owner data of the item.
Syntax
'Declaration
 
Sub SetOwnerData( _
   ByVal ownerData As Object, _
   ByVal context As SparseArray _
) 
void SetOwnerData( 
   object ownerData,
   SparseArray context
)

Parameters

ownerData
The owner data to assign to the item.
context
The sparse array context.
Remarks

GetOwnerData and SetOwnerData methods are used by the SparseArray implementation to maintain a transparent piece of data. It uses this data to provide efficient IndexOf operation.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also