MapElementExtensionsFindChildT Method |
Documentation in progress...
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static T FindChild<T>(
DependencyObject depObj
)
where T : DependencyObject
Public Shared Function FindChild(Of T As DependencyObject) (
depObj As DependencyObject
) As T
public:
generic<typename T>
where T : DependencyObject
static T FindChild(
DependencyObject^ depObj
)
static member FindChild :
depObj : DependencyObject -> 'T when 'T : DependencyObject
Parameters
- depObj
- Type: System.WindowsDependencyObject
Documentation in progress...
Type Parameters
- T
- Documentation in progress...
Return Value
Type:
T Documentation in progress...
See Also