public static Tuple<EmbeddableControl,UserControl> Create( string damlID, string category, XElement options, bool canChangeOptions )
Public Overloads Shared Function Create( _ ByVal damlID As String, _ ByVal category As String, _ ByVal options As XElement, _ Optional ByVal canChangeOptions As Boolean _ ) As Tuple(Of EmbeddableControl,UserControl)
Parameters
- damlID
- The DAML ID of the component declaring the EmbeddedControl.
- category
- The DAML category containing the EmbeddableControl
- options
- The XML configuration data.
- canChangeOptions
- True if the options can be edited. Default is false
Return Value
The ViewModel-View pair.