←Select platform

Insert Method (MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject>)

Summary

Appends the synchronization object to the collection using the specified index.

Syntax

C#
VB
C++
public override void Insert(  
   int index, 
   MedicalViewerSynchronizationObject item 
) 
Public Overrides Sub Insert( _ 
   ByVal index As Integer, _ 
   ByVal item As MedicalViewerSynchronizationObject _ 
) 
public: 
void Insert(  
   int index, 
   _MedicalViewerSynchronizationObject^_ item 
) override 

Parameters

index
Index of the item to insert.

item
MedicalViewerSynchronizationObject that represents the item to be inserted.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize