Version

GetItemFromIDPair Method

Gets an item from the collection using its ID pair.
Syntax
'Declaration
 
Public Function GetItemFromIDPair( _
   ByVal idPair As ItemIDPair _
) As ControlDataItem
public ControlDataItem GetItemFromIDPair( 
   ItemIDPair idPair
)

Parameters

idPair
ID pair of the item to locate.

Return Value

Item of a record in the collection with provided ID pair. Null if no such an item can be located.
Remarks
The method would search for the record first and then for actual record item with requested ID pair.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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