Accusoft.ThumbnailXpress6.Net
Insert Method (AnnotationSearchRuleCollection<T>)




The zero-based index at which item should be inserted.
The object to insert.
Inserts an element into the Accusoft.ThumbnailXpressSdk.AnnotationSearchRuleCollection<T> at the specified index.
Syntax
'Declaration
 
Public Shadows Sub Insert( _
   ByVal index As Integer, _
   ByVal item As AnnotationSearchRule _
) 
'Usage
 
Dim instance As AnnotationSearchRuleCollection(Of T)
Dim index As Integer
Dim item As AnnotationSearchRule
 
instance.Insert(index, item)
public new void Insert( 
   int index,
   AnnotationSearchRule item
)
public: new void Insert( 
   int index,
   AnnotationSearchRule* item
) 
public:
new void Insert( 
   int index,
   AnnotationSearchRule^ item
) 

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert.
See Also

Reference

AnnotationSearchRuleCollection<T> Class
AnnotationSearchRuleCollection<T> Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback