WpfUtil.FindVisualChild<T>-Methode

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Shared Function FindVisualChild(Of T As UIElement) ( _
    element As UIElement _
) As T
public static T FindVisualChild<T>(
    UIElement element
)
where T : UIElement

Typparameter

  • T

Parameter

Rückgabewert

Typ: T

.NET Framework-Sicherheit

Siehe auch

Referenz

WpfUtil Klasse

Microsoft.TeamFoundation.Controls.WPF-Namespace