Accusoft.NotateXpress13.Net
Item Property (ElementCollection)




Gets or sets the Element at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Element
'Usage
 
Dim instance As ElementCollection
Dim index As Integer
Dim value As Element
 
instance.Item(index) = value
 
value = instance.Item(index)
public Element this[ 
   int index
]; {get; set;}
public: __property Element* get_Item   int index
;
public: __property void set_Item   int index,
   Element* value
;
public:
property Element^ default [int] {
   Element^ get(int index);
   void set (int indexElement^ value);
}

Parameters

index

Property Value

An integer value which represents the zero-based index of the Element to access.
See Also

Reference

ElementCollection Class
ElementCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback