WPFSettingsGetCompositeItemsControls Method |
Returns a list of WPF controls that contain items whose template-generated 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 IList<WPFSettingsCompositeControlDescription> GetCompositeItemsControls()
Public Function GetCompositeItemsControls As IList(Of WPFSettingsCompositeControlDescription)
Dim instance As WPFSettings
Dim returnValue As IList(Of WPFSettingsCompositeControlDescription)
returnValue = instance.GetCompositeItemsControls()
public:
IList<WPFSettingsCompositeControlDescription^>^ GetCompositeItemsControls()
Return Value
Type:
IListWPFSettingsCompositeControlDescriptionA list of
ComposilteControlDescription objects that describe the WPF objects that contain composite items that TestLeft will expose.
See Also