Ratio Property
Description
The similarity ratio for the specified item.
Property type
Read-only property
Syntax
Visual Basic
Public Property Ratio( _
   ByVal Index As Long _
) As Long
Parameters
Index
Index starts at zero
Remarks
The Ratio method is meaningful when the list is acquired as a result of call to FindSimilarBug, otherwise it returns 0 (in VB) and an HRESULT of S_FALSE.
See Also