Version

GetOwnerData Method (ISparseArrayItem)

Gets the owner data of the item.
Syntax
'Declaration
 
Function GetOwnerData( _
   ByVal context As SparseArray _
) As Object
object GetOwnerData( 
   SparseArray context
)

Parameters

context
The sparse array context.

Return Value

The owner data of the item.
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