eDriven Framework API
Finds all the components matching the selector

Declaration Syntax
public abstract List<T> GetComponentsMatchingSelector(
Selector selector
)
Public MustOverride Function GetComponentsMatchingSelector ( _
selector As Selector _
) As List(Of T)
public:
virtual List<T>^ GetComponentsMatchingSelector(
Selector^ selector
) abstract

Parameters
Assembly:
eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)