Heureka API .NET Documentation
Exists Method



Checks whether any tree exists of type
Syntax
'Declaration
 
Public Function Exists( _
   ByVal treeType As TreeType, _
   ByVal before As Boolean _
) As Boolean
'Usage
 
Dim instance As TreeCollection
Dim treeType As TreeType
Dim before As Boolean
Dim value As Boolean
 
value = instance.Exists(treeType, before)
public bool Exists( 
   TreeType treeType,
   bool before
)
public:
bool Exists( 
   TreeType treeType,
   bool before
) 

Parameters

treeType
before
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