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
)
Public Sub SetCompositeItemsControls (
ItemsControls As IEnumerable(Of WPFSettingsCompositeControlDescription)
)
Dim instance As WPFSettings
Dim ItemsControls As IEnumerable(Of WPFSettingsCompositeControlDescription)
instance.SetCompositeItemsControls(ItemsControls)
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