Click or drag to resize
weroSoft AG, Software
WpfWindowModelBaseGetControlT Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets a particular control.

Namespace:  WeroSoft.UnitTesting.Wpf
Assembly:  WeroSoft.UnitTesting.Library (in WeroSoft.UnitTesting.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
protected T GetControl<T>(
	string automationId
)
where T : new(), WpfControl

Parameters

automationId
Type: SystemString
Automation id of the element.

Type Parameters

T
Type of the control to receive.

Return Value

Type: T
Found control.
See Also