Heureka API .NET Documentation
Item Property (TreeCollection)



Gets the tree at the given index
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Tree
'Usage
 
Dim instance As TreeCollection
Dim index As Integer
Dim value As Tree
 
instance.Item(index) = value
 
value = instance.Item(index)
public Tree this[ 
   int index
]; {get; set;}
public:
property Tree^ default [int] {
   Tree^ get(int index);
   void set (int index, Tree^ value);
}

Parameters

index
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreeCollection Class
TreeCollection Members

Send Feedback