LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IndexOf Method (MedicalViewerHostCollection)

Show in webframe






The MedicalViewerHost to locate in the MedicalViewerHostCollection. The value can be null.
Searches for the specified object and returns the zero-based index of the first occurrence within the MedicalViewerHostCollection.
Syntax
public int IndexOf( 
   MedicalViewerHost item
)
'Declaration
 
Public Function IndexOf( _
   ByVal item As MedicalViewerHost _
) As Integer
'Usage
 
Dim instance As MedicalViewerHostCollection
Dim item As MedicalViewerHost
Dim value As Integer
 
value = instance.IndexOf(item)

            

            
public: int IndexOf( 
   MedicalViewerHost* item
) 
public:
int IndexOf( 
   MedicalViewerHost* item
) 

Parameters

item
The MedicalViewerHost to locate in the MedicalViewerHostCollection. The value can be null.

Return Value

The zero-based index of the first occurrence of item within the MedicalViewerHostCollection, if found; otherwise, -1.
Requirements

Target Platforms

See Also

Reference

MedicalViewerHostCollection Class
MedicalViewerHostCollection Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.