eDriven Framework API
Produces a component using the adapter/factory specified by ID

Declaration Syntax
Public Shared Function Produce(Of T As ComponentAdapter) ( _
id As String _
) As Component
public:
generic<typename T>
where T : ComponentAdapter
static Component^ Produce(
String^ id
)

Generic Template Parameters

Parameters

Return Value
Assembly:
eDriven.Gui.Designer (Module: eDriven.Gui.Designer) Version: 2.0.1.0 (2.0.1.0)