public static Tuple<EmbeddableControl,UserControl> Create( string damlID )
Public Overloads Shared Function Create( _ ByVal damlID As String _ ) As Tuple(Of EmbeddableControl,UserControl)
Parameters
- damlID
- The DAML ID of the component declaring the EmbeddedControl.
Return Value
The ViewModel-View pair.