FormFix v6.0 for .NET - Updated
Item(Int32) Property



Accusoft.FormDirectorSdk Namespace > TemplateImageCollection Class > Item Property : Item(Int32) Property
The index in the collection to get or set.
Gets or sets the element at the given index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal index As Integer _
) As TemplateImage
'Usage
 
Dim instance As TemplateImageCollection
Dim index As Integer
Dim value As TemplateImage
 
instance.Item(index) = value
 
value = instance.Item(index)
public TemplateImage Item( 
   int index
) {get; set;}
public:
property TemplateImage^ Item {
   TemplateImage^ get(int index);
   void set (int index, TemplateImage^ value);
}

Parameters

index
The index in the collection to get or set.
Remarks

This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.

See Also

Reference

TemplateImageCollection Class
TemplateImageCollection Members
Overload List
GetIndexOfType Method

Is this page helpful?
Yes No
Thanks for your feedback.