GetDependants Method
See Also 
SourceCode.Dependancy.Client Namespace > DependancyClient Class : GetDependants Method



parentObject

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetDependants( _
   ByVal parentObject As DependancyObject _
) As DependancyExplorer
Visual Basic (Usage) Copy Code
Dim instance As DependancyClient
Dim parentObject As DependancyObject
Dim value As DependancyExplorer
 
value = instance.GetDependants(parentObject)
C#  
public DependancyExplorer GetDependants( 
   DependancyObject parentObject
)
C++/CLI  
public:
DependancyExplorer^ GetDependants( 
   DependancyObject^ parentObject
) 

Parameters

parentObject

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