In The Hand LtdIn The Hand
Find Method (property, key)
NamespacesInTheHand.WindowsMobile.PocketOutlookPimItemCollectionFind(PropertyDescriptor, Object)
.NET Components for Mobility
Finds the PimItem with the matching property description value.
Declaration Syntax
C#Visual Basic
public virtual int Find(
	PropertyDescriptor property,
	Object key
)
Public Overridable Function Find ( _
	property As PropertyDescriptor, _
	key As Object _
) As Integer
Parameters
property (PropertyDescriptor)
The PropertyDescriptor to search on.
key (Object)
The value of the property parameter to search for.
Return Value
The index of the row that has the given PropertyDescriptor.
Remarks
This method will select the first row where the value of the property parameter equals the value of the key parameter.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when SupportSearching is false.

Assembly: InTheHand.WindowsMobile.PocketOutlook (Module: InTheHand.WindowsMobile.PocketOutlook) Version: 7.0.0.0