UIHelperTryGetDescendantT - метод |
Возвращает первый объект типа T
располагающийся вниз по визуальному дереву в source
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [CanBeNullAttribute]
public static T TryGetDescendant<T>(
[CanBeNullAttribute] DependencyObject source
)
where T : DependencyObject
<CanBeNullAttribute>
Public Shared Function TryGetDescendant(Of T As DependencyObject) (
<CanBeNullAttribute> source As DependencyObject
) As T
public:
[CanBeNullAttribute]
generic<typename T>
where T : DependencyObject
static T TryGetDescendant(
[CanBeNullAttribute] DependencyObject^ source
)
[<CanBeNullAttribute>]
static member TryGetDescendant :
[<CanBeNullAttribute>] source : DependencyObject -> 'T when 'T : DependencyObject
Параметры
- source
- Тип: System.WindowsDependencyObject
Объект начиная с которого требуется найти объект типа T
Параметры типа
- T
-
Тип объекта который требуется найти
Возвращаемое значение
Тип:
T
Найденный объект или null
См. также