Visual Basic (Declaration) | |
---|---|
Public Function GetDependancies( _ ByVal childObject As DependancyObject _ ) As DependancyExplorer |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DependancyClient Dim childObject As DependancyObject Dim value As DependancyExplorer value = instance.GetDependancies(childObject) |
C# | |
---|---|
public DependancyExplorer GetDependancies( DependancyObject childObject ) |
C++/CLI | |
---|---|
public: DependancyExplorer^ GetDependancies( DependancyObject^ childObject ) |
Parameters
- childObject
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