FindChild Method
See Also 
SourceCode.Framework Namespace > PersistableObject Class : FindChild Method



guid
recursive

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function FindChild( _
   ByVal guid As Guid, _
   ByVal recursive As Boolean _
) As PersistableObject
Visual Basic (Usage) Copy Code
Dim instance As PersistableObject
Dim guid As Guid
Dim recursive As Boolean
Dim value As PersistableObject
 
value = instance.FindChild(guid, recursive)
C#  
public PersistableObject FindChild( 
   Guid guid,
   bool recursive
)
C++/CLI  
public:
PersistableObject^ FindChild( 
   Guid guid,
   bool recursive
) 

Parameters

guid
recursive

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