Click or drag to resize

WPFSettingsSetCompositeItemsControls Method

Sets a list of WPF controls containing template-generated items whose internal elements TestLeft will expose.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public void SetCompositeItemsControls(
	IEnumerable<WPFSettingsCompositeControlDescription> ItemsControls
)

Parameters

ItemsControls
Type: System.Collections.GenericIEnumerableWPFSettingsCompositeControlDescription
A list of ComposilteControlDescription objects that describe the WPF controls whose composite items TestLeft will expose.

Each object specifies either the control's class name or the control's name as it is specified in the application source code.

See Also